Skip to content

Instantly share code, notes, and snippets.

@s3f
Created December 29, 2016 22:40
Show Gist options
  • Save s3f/e8b083edbdd070e886e25cfc1a51ad6b to your computer and use it in GitHub Desktop.
Save s3f/e8b083edbdd070e886e25cfc1a51ad6b to your computer and use it in GitHub Desktop.
First C Program created by s3f - https://repl.it/E4kH/0
#include <stdio.h>
main()
{
printf("Just one small step for coders. One giant leap for");
printf(" programmers!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment