print example
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "foo.h"
|
||||
#include "myprint.h"
|
||||
|
||||
int main() {
|
||||
|
||||
foo();
|
||||
myprint();
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user