From c7749293111795d49ba488d5442a9a2d5ed4b3a5 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Mon, 24 May 2021 04:46:17 -0400 Subject: [PATCH] starting work on app --- FT-1.bas | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 FT-1.bas diff --git a/FT-1.bas b/FT-1.bas new file mode 100644 index 0000000..72710c1 --- /dev/null +++ b/FT-1.bas @@ -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)" \ No newline at end of file