This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GCNUtilLib/test.c

11 lines
112 B
C
Executable File

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