8 lines
89 B
C++
8 lines
89 B
C++
#include "demo.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
print_hello();
|
|
return 0;
|
|
}
|