Newer
Older
Code / Hello.cpp
@John Ryland John Ryland on 4 Nov 2019 39 bytes Add test file


void Hello()
{
	printf("Hello\n");
}