Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created July 31, 2012 05:49
Show Gist options
  • Save Shinpeim/3214079 to your computer and use it in GitHub Desktop.
Save Shinpeim/3214079 to your computer and use it in GitHub Desktop.
理系男子に朗報
#include <stdio.h>
int main(int argc, char *argv[]){
char chars[] = "TeX";
chars[0]--;
printf("%s",chars);
return 0;
}
@moznion
Copy link

moznion commented Apr 10, 2013

F**king great!!!!

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