void - language & compiler dependencies llvm >= 17.0 (binaries, headers & clang) build the compiler git clone https://github.com/ge0mk/void cd void make hello world import std/core; import std/string; import std/io; func main() -> void { println("Hello world!"); }