make/vs/testapp/main.c

branch
newapi
changeset 173
809581724cc7
child 177
e79a60b3a7cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make/vs/testapp/main.c	Sat Apr 15 21:06:45 2023 +0200
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, char** argv) {
+	printf("hello world!\n");
+	return 0;
+}

mercurial