ardour/foo.cc
2015-05-09 02:19:52 -04:00

4 lines
46 B
C++

int main() {
int i;
return 2 + 24 -15 ;
}