Skip to content

Instantly share code, notes, and snippets.

@ninnemana
Created July 8, 2015 01:50
Show Gist options
  • Save ninnemana/d45ab3a75a5d8781f23f to your computer and use it in GitHub Desktop.
Save ninnemana/d45ab3a75a5d8781f23f to your computer and use it in GitHub Desktop.
C++ Hello World Example
#include <stdio.h>
int main() {
printf("Hello 世界!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment