Skip to content

Instantly share code, notes, and snippets.

@carlosal1015
Last active December 23, 2017 04:41
Show Gist options
  • Save carlosal1015/a9aaf03f019dcca715eb20bfe4bc4455 to your computer and use it in GitHub Desktop.
Save carlosal1015/a9aaf03f019dcca715eb20bfe4bc4455 to your computer and use it in GitHub Desktop.
Session 2: C programming language
$ 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