ardour/foo.cc

5 lines
42 B
C++
Raw Normal View History

int main() {
int i;
2015-05-09 01:25:48 -04:00
return 3 + 6 ;
}