first commit
This commit is contained in:
15
app.cpp
Normal file
15
app.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <math.h>
|
||||
#include "core.cpp"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
int statusCode = 0;
|
||||
initialiseCore();
|
||||
Arena *arena = arenaAlloc(Megabytes(64));
|
||||
list<string> args = getArgs(arena, argc, argv);
|
||||
|
||||
{
|
||||
log("teststr: %S :teststrend", strlit("teststring hahaha"));
|
||||
};
|
||||
|
||||
return statusCode;
|
||||
}
|
||||
Reference in New Issue
Block a user