ardour/foo.cc

5 lines
44 B
C++
Raw Normal View History

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