Newer
Older
src / c / c-tutorial / hallo.c
#include <stdio.h>

int main() {
	printf("Hallo Welt\n");
	return 0;
}