summaryrefslogtreecommitdiff
path: root/com.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-21 02:46:15 +0100
committerubq323 <ubq323@ubq323.website>2024-06-21 02:46:15 +0100
commit671645c370498955eb101695bd9099bf4caf5aea (patch)
tree119db5228fceaa1e340a2f30017885b5377a2068 /com.c
parent5298940fc7798455d701d075b910e0545d3f6048 (diff)
minor optimization
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);
}