changed structure
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#include <cstdio>
|
||||
void printhello(const char *name) {
|
||||
printf("hello %s \n", name);
|
||||
}
|
||||
Reference in New Issue
Block a user