Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 291 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 291 Bytes

CKR

Exercises of The C Programming on K & R

run this command so that you can compile your C file on terminal

export CC="cc -std=c99 -Wall -Werror -W -pedantic -O2 -g"

to compiling example:

$CC 2-6.cs

to execute:

./a.out

check run time

time ./a.out