ardour/foo.cc

5 lines
47 B
C++
Raw Normal View History

int main() {
int i;
2015-05-09 02:13:34 -04:00
return 2 + 24 -11 ;
}