ardour/foo.cc

5 lines
43 B
C++
Raw Normal View History

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