Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 268 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 268 Bytes

Bang Programming Language

logo

Quick Start

$ cc -o nobuild nobuild.c
$ ./nobuild
$ cat <<EOF >hello.bang
proc main() {
    write("Hello, World\n");
}
EOF
$ ./bin/bang run hello.bang

For more information do ./bin/bang help