ardour/foo.cc

5 lines
44 B
C++
Raw Normal View History

int main() {
int i;
2015-05-08 23:38:16 -04:00
return 3 +1 -2 ;
}