cmc/learn
My personal learning area.
clone: git clone https://gitbay.org/cmc/learn.git
main: c/
| 100644 | LICENSE | 1211 |
| 100644 | README.md | 273 |
| 100644 | guess.c | 1125 |
| 100644 | hello_world.c | 71 |
Learn C
This is my personal repository of files for learning the C programming language.
Building
In order to build files on macOS, run the following command:
cc hello_world.c -o hello_world
Once compiled, they can be executed:
./hello_world