Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 235 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 235 Bytes

practice

something that I do for practicing

fizzbuzz

recreation of popular coding exercise in C language using only write function

to compile it write in your terminal

	gcc fizzbuzz.c  -o fizzbuz && ./fizzbuz