compiler

Unnamed Compiled Systems Language Project
git clone http://frotz.net/git/compiler.git
Log | Files | Refs

1000-return-42.src (40B)


      1 func start() i32 {
      2         return 42;
      3 }