Newer
Older
Code / Test.cpp
@John Ryland John Ryland on 9 Nov 2019 58 bytes rebuild

#include <stdio.h>


int main()
{
	printf("hello\n");
}