8 lines
101 B
C++
8 lines
101 B
C++
#include <cstdlib>
|
|
#include "hello.h"
|
|
int main() {
|
|
printhello("test");
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|