Skip to content

Instantly share code, notes, and snippets.

@cgmb
Created September 22, 2015 17:19
Show Gist options
  • Save cgmb/0c77265c6f10c01b6a1b to your computer and use it in GitHub Desktop.
Save cgmb/0c77265c6f10c01b6a1b to your computer and use it in GitHub Desktop.
How to compile an run C program on Solaris
gcc main.c -o hello
./hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment