diff --git a/lab.cpp b/lab.cpp deleted file mode 100644 index 49ce4d6..0000000 --- a/lab.cpp +++ /dev/null @@ -1,116 +0,0 @@ -#include -#include "var.h" -using namespace nasal; -using namespace std; - -int main() -{ - PrintString("This is a testing programme. \n"); - NasalHash m; - int a=1; - std::string k="hello world!"; - PrintString(k); - m.Append("first",&a,"int"); - m.Append("second",&a,"int"); - m.Append("third",&k,"string"); - m.PrintHash(); - std::cout<