Skip to content

Instantly share code, notes, and snippets.

@zunda
Created June 23, 2022 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zunda/b06cc75a323aaa29db2d207c0a970259 to your computer and use it in GitHub Desktop.
Save zunda/b06cc75a323aaa29db2d207c0a970259 to your computer and use it in GitHub Desktop.
おっさんなのでCでお嬢様になる
#include <stdio.h>
#define ここの int
#define ご主人 main()
#define 様は以下のことをなさいます {
#define 以上ですわ }
#define お返しするのは return
#define でしてよ ;
#define 標準出力に表示させるのは(x) puts((x))
ここの ご主人 様は以下のことをなさいます
標準出力に表示させるのは("みなさん、ご機嫌よう") でしてよ
お返しするのは 0 でしてよ
以上ですわ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment