From 33359862f5455dc7003ebbe5357c611298042cee Mon Sep 17 00:00:00 2001 From: "chris.sutcliffe" Date: Mon, 29 Nov 2021 16:46:56 +0000 Subject: clean repo (remove code dir, add UI dir) --- code/Interpreter2/example.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 code/Interpreter2/example.txt (limited to 'code/Interpreter2/example.txt') diff --git a/code/Interpreter2/example.txt b/code/Interpreter2/example.txt deleted file mode 100644 index cf6adc8..0000000 --- a/code/Interpreter2/example.txt +++ /dev/null @@ -1,12 +0,0 @@ -var :: a -a=5 -a=a+1 -print a - -a=7 -a=a*2 -print a - -var :: b -b = 10 -print a+b \ No newline at end of file -- cgit v1.2.3