Skip to content
/ C-Stuff Public

[EN] Personal collection of C programs

Notifications You must be signed in to change notification settings

t-ros/C-Stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-Stuff

A collection of C programming exercises and projects.

Compilation and Execution

To compile any C program in this repository, use gcc (GNU Compiler Collection).

// Example compilation command
gcc program.c -o program

To run the compiled program:

./program

About

[EN] Personal collection of C programs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages