add new functions

This commit is contained in:
Valk Richard Li
2019-11-26 21:13:12 +08:00
committed by GitHub
parent e5e1445ecc
commit b985f6ce9a
8 changed files with 123 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ int main()
while(1)
{
std::cout<<">> ";
std::getline(std::cin,command);
std::cin>>command;
if(command=="help")
{
std::cout<<">> Balloon interpreter by ValKmjolnir"<<std::endl;