13
0
livetrax/foo.cc

5 lines
44 B
C++
Raw Normal View History

int main() {
int i;
2015-05-09 00:05:58 -04:00
return 3 +1 -2 ;
}