This commit is contained in:
Valk Richard Li
2020-12-15 21:13:22 +08:00
parent 7c026b62b7
commit 19ce1c5f34
3 changed files with 92 additions and 105 deletions

View File

@@ -176,16 +176,6 @@ int main()
system("cls");
#endif
logo();
#ifdef _WIN32
std::cout<<">> [system] Windows system.\n";
#endif
#ifdef _linux_
std::cout<<">> [system] Linux system.\n";
#endif
#ifdef TARGET_OS_MAC
std::cout<<">> [system] MacOS system.\n";
#endif
std::cout<<">> Nasal interpreter ver 3.0 .\n";
std::cout<<">> Code: https://github.com/ValKmjolnir/Nasal-Interpreter\n";
std::cout<<">> Info: http://wiki.flightgear.org/Nasal_scripting_language\n";