Sublime Forum

Nothing Running?

#1


I’m obviously new to using this, but why is it not returning Hello World?

0 Likes

#2

Break the code in an obvious way and try to run it again; do you see error output in the console? If so, use Tools > Build With and choose the build that does not have Syntax Check in the name. That literally just checks the syntax of the code, but does not run it.

1 Like