Initial add, circa 2007

This commit is contained in:
2026-05-18 12:39:29 -04:00
commit fcb7f3c172
3 changed files with 412 additions and 0 deletions

10
test.c Executable file
View File

@@ -0,0 +1,10 @@
#include "gul.h"
int main(void)
{
gulConsoleSetup();
printf("Hello, world!");
while ( 1 ) {
}
return 0;
}