С Playground

Want to test some idea, or check how some language construct works? Do it here.

Note: it's plain C, not C++! std::cout and things like that will not work here.

#include <stdio.h>

int main() {
	printf("Hello World!\n");
	return 0;
}
© Alexander Fenster (contact)