diff options
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(); |