Sublime Forum

Vala build system shows no output

#1

I created a build system for Vala

{
	"cmd": "valac","$file"]
}

The following file builds without errors but also without output.

void main(string] args) { print("Hello, World\n"); }
How can I get the output in the terminal?

0 Likes