Added my own implementation of "Hello world" as an example.

This commit is contained in:
heinzel
2007-11-26 23:37:48 +00:00
commit 7fce74e667
11 changed files with 509 additions and 0 deletions

5
Makefile.dist Normal file
View File

@@ -0,0 +1,5 @@
help:
@echo "Run ./configure first!"
@echo "Or even better: take a look at the file README."
install: help
all: help