Last active
December 23, 2017 04:41
-
-
Save carlosal1015/a9aaf03f019dcca715eb20bfe4bc4455 to your computer and use it in GitHub Desktop.
Session 2: C programming language
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gcc -c hello_world_1.c | |
$ gcc Hello_World_1.o -o hello_world_1.exe | |
$ hello_world_1-c | |
$ ls -lah | |
$ nm hello_world_1.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment