starting work on app
This commit is contained in:
parent
1802d3ec52
commit
c774929311
35
FT-1.bas
Normal file
35
FT-1.bas
Normal file
|
@ -0,0 +1,35 @@
|
|||
rem Fortune Teller 1.0
|
||||
|
||||
rem This file was originally named FT/1 as a reference to past tech names like OS/2 and CP/M, but Gitlab didn't like it.
|
||||
|
||||
rem by John Paul Wohlscheid
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
rem You are free to read this source code, but I would ask that you try the application first.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
rem
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
rem
|
||||
|
||||
weight = 0
|
||||
|
||||
print "Welcome to FT/1"
|
||||
print "The most advanced fortune telling appliction available."
|
||||
print
|
||||
print "However, we coonte garuntee that the results of the appliction."
|
||||
print "(Discalimer added due tolawsuit)"
|
Loading…
Reference in New Issue
Block a user