Pinned
Start with No
Start with No
3 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Rambling on software.
Software Engineer at Schweitzer Engineering Laboratories
Recent comments
Writing Clean Code
Agreed! I think it also helps in figuring out what a funct...
Writing Clean Code
Got any more tips for writing clean code? Let's talk about ...
Daily Challenge #23 - Morse Code Decoder
Similar solution. Nim. import strutils, sequtils, sugar,...
Daily Challenge #13 - Twice Linear
I think you're right! Was testing with too small of an inpu...
Daily Challenge #13 - Twice Linear
Nim Time: ./main 0.04s user 0.01s system 39% cpu 0.113 to...
Daily Challenge #10 - Calculator
Did some cleanup using types. No more string->float->...
Daily Challenge #10 - Calculator
Nim. from strutils import split, parseFloat from sequtil...
Daily Challenge #9 - What's Your Number?
Nim import strutils from sequtils import map const phon...