fixes
This commit is contained in:
4
app.cpp
4
app.cpp
@@ -1,4 +1,3 @@
|
||||
#include <stdio.h>
|
||||
#include "core.c"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
@@ -6,7 +5,8 @@ int main(int argc, char **argv) {
|
||||
Arena *arena = arenaAlloc(Megabytes(64));
|
||||
StringList args = getArgs(arena, argc, argv);
|
||||
|
||||
print("%S", strSplit(arena, s("-"), s("hallo-world")));
|
||||
printStrList(args);
|
||||
printStrList(strSplit(arena, s("-"), s("the-quick-brown-fox-jumps-over-the-lazy-dog")));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user