boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

014-mul-paren.c (39B)


      1 int main(void) { return 2 * (3 + 4); }