summaryrefslogtreecommitdiff
path: root/helloworld.c
blob: 95b46ba941201d0929f616c9020f6472ddee768f (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
	printf("Hello, Galaxy and Universe\n");
	return 0;
}