waf/demos/c++/c.cpp

9 lines
97 B
C++

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