log a.out @ 5302:9d3e2019ee31

age author description
Sat, 21 Mar 2015 03:39:04 +0000 HackBot <izabera> echo \'int main() { return 42; }\' | gcc -x c - && ./a.out; echo $?
Sat, 21 Mar 2015 03:38:16 +0000 HackBot <elliott> echo \'int main() { return 123; }\' | gcc -x c - && ./a.out; echo $?
Fri, 12 Dec 2014 16:03:32 +0000 HackBot <elliott> gcc -std=c99 -x c MaFV && ./a.out
Sun, 30 Nov 2014 13:45:08 +0000 HackBot <Bike> echo \'int main(void) { printf("%d %d %d %d\\n", 0<!0, 0<! 1, 1<!0, 1<!1); }\' | gcc -Wall -x c -
Tue, 07 Oct 2014 00:21:08 +0000 HackBot <Bike> gcc -Wall hello.c
Mon, 29 Sep 2014 07:11:40 +0000 HackBot <oerjan> gcc test.c
Mon, 29 Sep 2014 06:59:44 +0000 HackBot <oerjan> c++ test.c
Mon, 29 Sep 2014 06:45:40 +0000 HackBot <oerjan> gcc test.c
Fri, 12 Sep 2014 13:40:06 +0000 HackBot <mroman_> gcc foo.c
Wed, 07 Aug 2013 00:34:16 +0000 HackBot <kmc> echo $\'main() { foo:; int x = 3; goto foo; }\\n\' > a.c && gcc a.c
Wed, 07 Aug 2013 00:32:29 +0000 HackBot <Jafet> echo $\'main() { int x; x = 3; int y; return x + y; }\\n\' > a.c && gcc a.c
Tue, 05 Mar 2013 00:36:20 +0000 HackBot <FreeFull> as
Sat, 02 Feb 2013 22:33:25 +0000 HackBot <oerjan> gcc fueue.c