summaryrefslogtreecommitdiff
path: root/data/test1.c
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-04-23 00:24:42 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-04-23 00:24:42 -0600
commita1c15f046183373baf5deb66e77188e656806fb7 (patch)
treefc1a7f584e67dc583d335f09d5271a45ff7d9df4 /data/test1.c
parent5f28f80c4e25a56cd444914c2f0b3da5e7fdb088 (diff)
downloadcminus-main.tar.gz
cminus-main.zip
squash all the thingsHEADmain
Diffstat (limited to 'data/test1.c')
-rw-r--r--data/test1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/test1.c b/data/test1.c
index e336f81..68ff11e 100644
--- a/data/test1.c
+++ b/data/test1.c
@@ -1,3 +1,5 @@
-void main() {
+void main()
+{
println("Hello world");
+ println(7 % 3, "hi");
}