Project Info Name.......: hello-world.git
Description: A Test Project


hello-world.git       
hello.c
#include <stdio.h>

int main()
{
	printf("Hello!\n");
	return(0);
}
This website is licensed under AGPL-3.0. Feel free to copy!