- a new sample program (GetID is a Hello World in GEOS :)

git-svn-id: svn://svn.cc65.org/cc65/trunk@2900 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2004-03-06 13:35:29 +00:00
parent 703cde460f
commit 9c2e03466d
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
HEADER APPLICATION "getid" "GetId" "V1.0" {
mode any
dostype USR
author "Maciej Witkowiak"
info "This is an example."
}