summaryrefslogtreecommitdiff
path: root/incstuff.toc
diff options
context:
space:
mode:
Diffstat (limited to 'incstuff.toc')
-rw-r--r--incstuff.toc8
1 files changed, 8 insertions, 0 deletions
diff --git a/incstuff.toc b/incstuff.toc
new file mode 100644
index 0000000..c192e06
--- /dev/null
+++ b/incstuff.toc
@@ -0,0 +1,8 @@
+
+ x : arr.Arr(char);
+ arr.arr_add(&x, 'H');
+ arr.arr_add(&x, 'e');
+ arr.arr_add(&x, 'l');
+ arr.arr_add(&x, 'l');
+ arr.arr_add(&x, 'o');
+ arr.arr_add(&x, '!'); \ No newline at end of file