Skip to content

vinceverwilligen/TCPL-2nd-Edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TCPL-2nd-Edition

The C Programming Language 2nd Edition solutions

Build and run

Assuming you are in the folder:

../TCPL-2nd-Edition/Chapter_1/Excercise_1_1/

To build, use cc command with the code file (optionally an output name) in the terminal:

cc Exercise1-1.c -o program.exe

To run, call the builded file by it's output name in terminal:

./program.exe

Output:

hello, world

About

The C Programming Language 2nd Edition solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages