boot2

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

005-comments.c (69B)


      1 int x; // line comment
      2 int /* block */ y;
      3 /* multi
      4    line */ int z;