mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Make it easy to create new packages
This commit is contained in:
parent
b4269930f7
commit
d23bb6612e
6 changed files with 90 additions and 36 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue