Skip to content

Instantly share code, notes, and snippets.

@mneko22
Created January 21, 2018 05:13
Show Gist options
  • Select an option

  • Save mneko22/cb1738bc8829ed47adf6c0d6358cb0d8 to your computer and use it in GitHub Desktop.

Select an option

Save mneko22/cb1738bc8829ed47adf6c0d6358cb0d8 to your computer and use it in GitHub Desktop.
ゆるふわ日本語プログラミング
#include <stdio.h>
#define めいん main
#define ぷりんとふ printf
#define りたーん return
#define はろーわーるど helloworld
#define せいすう int
せいすう めいん() {
ぷりんとふ("はろーわーるど\n");
りたーん 0;
}
@mneko22
Copy link
Author

mneko22 commented Jan 21, 2018

g++でコンパイルできないのがみそ

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