aboutsummaryrefslogtreecommitdiff
path: root/projects/11/Test.jack
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-01-15 12:07:13 +0100
committerYuchen Pei <me@ypei.me>2018-01-15 12:07:13 +0100
commit09c40f135cb3f69599457a5b278d29bcb38fa6ef (patch)
treed92034782bafc958fe1077ba575534d7a7b7f587 /projects/11/Test.jack
parent459776159903ab583c0791b1599ec4fc47da8f79 (diff)
checkpoint
Diffstat (limited to 'projects/11/Test.jack')
-rw-r--r--projects/11/Test.jack7
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/11/Test.jack b/projects/11/Test.jack
new file mode 100644
index 0000000..ff4bfae
--- /dev/null
+++ b/projects/11/Test.jack
@@ -0,0 +1,7 @@
+class Test{
+method void something(){
+}
+constructor Test new(){
+ do something();
+}
+}