About
Contact
QtCreator
KDevelop
Solarized
1
#include
"stub.h"
2
3
void
foo
() {
4
puts(
"Hello world!\n"
);
5
}
6