ardour/foo.cc

5 lines
43 B
C++
Raw Normal View History

int main() {
int i;
2015-05-09 02:03:03 -04:00
return 2 + 41 ;
}