Skip to content

Instantly share code, notes, and snippets.

@ariefmulya
Created October 20, 2010 11:40
Show Gist options
  • Save ariefmulya/636262 to your computer and use it in GitHub Desktop.
Save ariefmulya/636262 to your computer and use it in GitHub Desktop.
hello me hello
#include <stdio.h>
void main(void)
{
printf("Hello, me!\n");
exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment