Skip to content
Snippets Groups Projects
hello3.c 71 B
#include<stdio.h>

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