Chemical is a High Performance Native Programming Language.
You can find more information about it here.
Save this in src/main.ch
public func main() : int {
printf("Hello World");
return 0;
}
and save this in chemical.mod
module main
source "src"
import std
Now press the play button in top right corner
Feel free to create an issue, if this extension doesn't work for you or if you experience any problems.
Please create an issue here.
Please consider supporting my work through patreon.