I typed intsructions from readme: using StaticCompiler, StaticTools hello() = println(c"Hello, world!") compile_executable(hello, (), "c:/binary")
I typed intsructions from readme:
using StaticCompiler, StaticTools
hello() = println(c"Hello, world!")
compile_executable(hello, (), "c:/binary")