diff options
author | Mike Buland <mike@xagasoft.com> | 2013-04-22 13:18:25 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2013-04-22 13:18:25 -0600 |
commit | 95da25821bcbcd6a94a7fdf64da1618f5324b779 (patch) | |
tree | b676da6039c242bdfcd707ae256f6f7fcf8f2f3f /src | |
parent | aa4e7d34b15dea70782cd11c77f2c62a7407f756 (diff) | |
download | clic-95da25821bcbcd6a94a7fdf64da1618f5324b779.tar.gz clic-95da25821bcbcd6a94a7fdf64da1618f5324b779.tar.bz2 clic-95da25821bcbcd6a94a7fdf64da1618f5324b779.tar.xz clic-95da25821bcbcd6a94a7fdf64da1618f5324b779.zip |
Just tweaked the starting banner.0.02
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index dec7867..0325db0 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -362,7 +362,9 @@ void fractest() | |||
362 | 362 | ||
363 | int main( int , char *[] ) | 363 | int main( int , char *[] ) |
364 | { | 364 | { |
365 | println("CliC"); | 365 | println("CliC - 0.02"); |
366 | println("Try \\exit, \\scale, and \\radix commands."); | ||
367 | println(""); | ||
366 | 368 | ||
367 | // packedtest1(); | 369 | // packedtest1(); |
368 | // numbertest1(); | 370 | // numbertest1(); |