diff options
Diffstat (limited to 'mkworld/test.c')
-rw-r--r-- | mkworld/test.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mkworld/test.c b/mkworld/test.c new file mode 100644 index 0000000..953f030 --- /dev/null +++ b/mkworld/test.c @@ -0,0 +1,6 @@ +#include <inttypes.h> + +int64_t mkworld(int64_t x) { + return x; +} + |