summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-06-28 21:48:21 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-06-28 21:48:21 -0400
commit01cc213bab75a5bc0748e909e3828a00a77c08b0 (patch)
treed789cd3e0a387c6a220e5f53ed182dca804d22a6 /src/main.cpp
parent0e1c3ea7394d846ed395e986c0102ed2b3d4b02e (diff)
add CMakeLists.txt with vulkan, glfw3, and imgui
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
new file mode 100644
index 0000000..b18b7c6
--- /dev/null
+++ b/src/main.cpp
@@ -0,0 +1,8 @@
+
+#include <cstdio>
+
+int main() {
+ printf("PKE ENTERING\n");
+ printf("PKE EXITING\n");
+ return 0;
+}