ardour/foo.cc

5 lines
41 B
C++
Raw Normal View History

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