Newer
Older
Import / research / ui / win32-test / main.cpp
@John Ryland John Ryland on 22 Dec 2020 69 bytes import NUC files
#include <stdio.h>

int main()
{
	puts("hello world");
	return 0;
}