sanity fix; cli overruled

This commit is contained in:
anon
2024-07-09 05:02:52 +02:00
parent ab70a40863
commit 7ca442ed53
2 changed files with 181 additions and 198 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
signed main(){
// #placeholder<code> BEGIN
puts(hello world);
puts("hello world")
// #placeholder<code> END
return 0;
}