Created
January 21, 2018 05:13
-
-
Save mneko22/cb1738bc8829ed47adf6c0d6358cb0d8 to your computer and use it in GitHub Desktop.
ゆるふわ日本語プログラミング
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #define めいん main | |
| #define ぷりんとふ printf | |
| #define りたーん return | |
| #define はろーわーるど helloworld | |
| #define せいすう int | |
| せいすう めいん() { | |
| ぷりんとふ("はろーわーるど\n"); | |
| りたーん 0; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
g++でコンパイルできないのがみそ