summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-30 16:20:55 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-30 16:20:55 -0400
commitfd60019b95dd4dbc3d1f61a3f914d80dde248ed1 (patch)
tree7e732fa3e54a0ea02746e52a6653ea6a36938465 /main.c
parent4d39d9ac98e5a723c7e8cf96396df28602c9d11c (diff)
started adding structs
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index d10798d..da53706 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,5 @@
/*
TODO:
-fix [4]User
-make sure user defined types work
structs
length of slice/arr with .len
don't allow while {3; 5} (once break is added)