- Requirements
- nim >= 1.0.0
- nimble >= v0.11.0
cd fizzbuzz
nim compile --run fizzbuzz.nim
# or
nim c -r fizzbuzz.nim
cd greetings
nim c -r greetings.nim
cd nim_hello
nimble install -y
nimble run nim_hello
cd http_client
nimble -d:ssl run http_client
cd fizzbuzz
nim compile --run fizzbuzz.nim
# or
nim c -r fizzbuzz.nim
cd greetings
nim c -r greetings.nim
cd nim_hello
nimble install -y
nimble run nim_hello
cd http_client
nimble -d:ssl run http_client