From 6b6fcd9a49f674f9dd57d6b8baa1c355594f57a8 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Wed, 25 Sep 2019 20:40:39 +0800 Subject: [PATCH] Delete lab.cpp --- version0.1/lab.cpp | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 version0.1/lab.cpp diff --git a/version0.1/lab.cpp b/version0.1/lab.cpp deleted file mode 100644 index 417489e..0000000 --- a/version0.1/lab.cpp +++ /dev/null @@ -1,39 +0,0 @@ -#include -#include -#include -#include -#include -#include "nasal.h" - -using namespace nasal; - -int main() -{ - std::cout<<">> input \"help\" to find help."<> "; - std::cin>>Command; - if(Command=="help") - { - std::cout<<">> 1.input file name to run the nasal script."<> 2.command cls to clear the screen."<> 3.command exit to shut down the program."<