Skip to content

Instantly share code, notes, and snippets.

@housemeow
Forked from anonymous/hello.c
Last active August 29, 2015 13:57
Show Gist options
  • Save housemeow/9681407 to your computer and use it in GitHub Desktop.
Save housemeow/9681407 to your computer and use it in GitHub Desktop.
something
#include <stdio.h>
int main()
{
printf("hello\n");
printf("world\n");
return 0;
}
@housemeow
Copy link
Author

add a world print

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment