waf/demos/c++/c.cpp

7 lines
77 B
C++

#include <iostream>
int main() {
printf("%s\n", HELLO_WORLD);
return 0;
}