Skip to content

Instantly share code, notes, and snippets.

@pilinux
Created January 21, 2016 15:54
Show Gist options
  • Save pilinux/873a4d09c7043873ff82 to your computer and use it in GitHub Desktop.
Save pilinux/873a4d09c7043873ff82 to your computer and use it in GitHub Desktop.
#include <stdio.h>
void main(int argc, char[] argv) {
printf("hello, world!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment