Skip to content

Instantly share code, notes, and snippets.

@nastysloper
Created June 4, 2016 21:16
Show Gist options
  • Save nastysloper/51e7f790faf24b0f21bc7e7e2cf99d79 to your computer and use it in GitHub Desktop.
Save nastysloper/51e7f790faf24b0f21bc7e7e2cf99d79 to your computer and use it in GitHub Desktop.
#include <iostream.h>
void 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