summaryrefslogtreecommitdiff
path: root/com.c
diff options
context:
space:
mode:
Diffstat (limited to 'com.c')
-rw-r--r--com.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/com.c b/com.c
index cfe4df5..fbc93ac 100644
--- a/com.c
+++ b/com.c
@@ -175,6 +175,7 @@ int main() {
chunk_wbc(S, &ch, OP_PRINT);
chunk_wbc(S, &ch, OP_RET);
+ puts("compile done");
return runvm(S);
}