1
0
This commit is contained in:
otya128
2017-01-01 00:00:00 +09:00
parent a9f8f178a1
commit e22645470c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2015 otya Copyright (c) 2015-2017 otya
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -1023,7 +1023,7 @@ class PetitComputer
void printInformation() void printInformation()
{ {
console.print("otyaSMILEBASIC ver ", versionString, "\n"); console.print("otyaSMILEBASIC ver ", versionString, "\n");
console.print("(C)2015-2016 otya\n"); console.print("(C)2015-2017 otya\n");
console.print("8327164 bytes free\n"); console.print("8327164 bytes free\n");
console.print("\n"); console.print("\n");
printPrompt(); printPrompt();