aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..b661dce
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include "linear.h"
+
+int main()
+{
+ printf("Opengl Here we go\n");
+ return 0;
+}
Feel free to download, copy and edit any repo