Skip to content

Instantly share code, notes, and snippets.

@hasyimibhar
Last active August 29, 2015 14:27
Show Gist options
  • Save hasyimibhar/f8a178e8565cba8af3d9 to your computer and use it in GitHub Desktop.
Save hasyimibhar/f8a178e8565cba8af3d9 to your computer and use it in GitHub Desktop.
test
#include <cstdio>
int main()
{
printf("Hello, world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment