Sane defaults

This commit is contained in:
Luke 2022-04-03 17:50:02 -07:00
commit 9218754f23
9 changed files with 118 additions and 0 deletions

11
mybox.cpp Normal file
View file

@ -0,0 +1,11 @@
#include <GLFW/glfw3.h>
#include <stdio.h>
#include <sub.h>
int main(void) {
printf("hello world\n");
mysub();
}