No Semicolon This is a fun little C challenge; print "Hello, world!" without using a single semicolon ;;;;;;;; run cc hello-world.c -o hello-world ./hello-world It will print: Hello, world! No semicolons were used. Most won’t pull it off + but this one does