USE C ONLY
JUST FOR FUN
One day I worte a python code like this
#include "code.c"
str()
ss = "Heeeee!"
for i in ss:
print(i)
after running it you will see something like this
H
e
e
e
e
e
!
And I wonder if it can run on the NTHUOJ
Can you help me ?
TIP : USE YOUR CREATIVITY