golang-exercises/golangr
raul a89ca3987b Separate goroutines exercise into different files
Also went ahead and added a way to interactively select which function
to execute so I can easily execute each file individually, I still have
to learn channels and passing data through these channels but I don't
want old code possibly bothering me
2024-03-02 10:00:45 +01:00
..
array Finished arrays exercise 2024-01-29 17:40:49 +01:00
between-1-10-checker Added ability to input names with spaces 2024-01-24 06:56:48 +01:00
counter Added ability to input custom delay 2024-02-01 12:40:28 +00:00
goroutines Separate goroutines exercise into different files 2024-03-02 10:00:45 +01:00
range Learning structs and cleaning up old code 2024-02-10 13:44:41 +01:00
renamer Added renamer exercise 2024-02-28 06:45:40 +01:00
README.md Added Golangr exercise 2024-01-22 14:02:07 +01:00

README.md

Golangr exercises

These are just exercises I pulled from this website to practice, I may also do the same with other websites