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


hello-world.git       
Makefile
all:
	cc hello.c -o hello

clean:
	-rm -f hello
This website is licensed under AGPL-3.0. Feel free to copy!