changed structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <cstdlib>
|
||||
#include "hello.h"
|
||||
int main() {
|
||||
printhello("test");
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user