Skip to content

ichiLamuchy/CKR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exercises of The C Programming on K & R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages