view test.c @ 5273:a8d45d7ef025

<elliott> echo \'int main() { return 123; }\' | gcc -x c - && ./a.out; echo $?
author HackBot
date Sat, 21 Mar 2015 03:38:16 +0000
parents 4f219c63f5a2
children
line wrap: on
line source

int main () { printf("hm"); }