spl

systems programming language
git clone http://frotz.net/git/spl.git
Log | Files | Refs | README | LICENSE

1000-return-42.spl (38B)


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