Skip to content

ge0mk/void

Repository files navigation

main

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!");
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors