Make it easy to create new packages
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "examples/package/lib/myprint.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
MyPrint("welcome to your package");
|
||||
MyPrint("welcome to your package\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user