From 09994f858707b64518831a55616afca8e812c65e Mon Sep 17 00:00:00 2001
From: lang0909 <lang0909@ajou.ac.kr>
Date: Wed, 28 Aug 2019 16:24:31 +0900
Subject: [PATCH] Add second sample file for interpreter operation

---
 sample1.mc | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 sample1.mc

diff --git a/sample1.mc b/sample1.mc
new file mode 100644
index 0000000..62ee862
--- /dev/null
+++ b/sample1.mc
@@ -0,0 +1,5 @@
+a=10;
+b=20;
+while(a<b)
+    a=a+1;
+print a;
-- 
GitLab