kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

stdin (64B)


      1 jit { record Point { x: i64, y: i64, } }
      2 Point { x: 4, y: 5 }
      3 q