codecrafters-shell-c

personal solution to the "Build Your Own Shell" challenge from codecrafters
git clone https://github.com/5hif7y/codecrafters-shell-c.git
Log | Files | Refs | README

codecrafters.yml (276B)


      1 # Set this to true if you want debug logs.
      2 #
      3 # These can be VERY verbose, so we suggest turning them off
      4 # unless you really need them.
      5 debug: true
      6 
      7 # Use this to change the C version used to run your code
      8 # on Codecrafters.
      9 #
     10 # Available versions: c-9.2
     11 language_pack: c-9.2