Skip to content

Instantly share code, notes, and snippets.

@kureikei

kureikei/haiku.c Secret

Created March 3, 2015 07:22
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 kureikei/6de71e2e81a5ba2530c3 to your computer and use it in GitHub Desktop.
Save kureikei/6de71e2e81a5ba2530c3 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(void) {
int tsuwamono = 1000,natsukusa = 0;
for( ; tsuwamono > 1 ; tsuwamono--,natsukusa++);
printf("All that remains, Of warriors' dreams\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment