Exercises I use to practice Go
Go to file
raul 290d1be8f4 Added tcp-movie exercise
Need to practice sockets more, I have many ideas on what to do with them
2024-03-11 08:29:41 +01:00
count-to-100 Edited folder name 2024-01-22 13:58:52 +01:00
delayed-channel Added delayed-channel exercise 2024-03-08 10:26:58 +00:00
factorial Learning structs and cleaning up old code 2024-02-10 13:44:41 +01:00
fizzbuzz startup 2024-01-16 18:34:48 +01:00
fizzbuzz-threads Trying to implement fizzbuzz with goroutines 2024-03-08 12:03:16 +00:00
golangr Completed goroutine channels exercise 2024-03-07 17:59:18 +01:00
http-get Added http-get exercise 2024-03-10 09:29:55 +01:00
inverse-counting Added inverse-counting exercise 2024-03-04 07:54:48 +00:00
loading-bar Added loading-bar exercise 2024-02-21 18:07:30 +01:00
matrix Added an actual win condition 2024-03-01 20:45:21 +01:00
mclibre Properly finished arithmetic average exercise 2024-01-25 19:50:52 +01:00
partidos-apuestas Cleanup 2024-01-29 17:43:28 +01:00
ping-pong Added ping-pong exercise to practice goroutines 2024-03-08 08:22:28 +00:00
separar-letras Edited folder name 2024-01-22 13:58:52 +01:00
sockets Added ability to use custom ports 2024-03-10 09:21:02 +01:00
star-shapes Added cool delay to star printing 2024-02-01 07:13:28 +00:00
sum-args Finished exercise and added getAverage() 2024-02-17 21:41:21 +01:00
tcp-movie Added tcp-movie exercise 2024-03-11 08:29:41 +01:00
yes-clone Learning structs and cleaning up old code 2024-02-10 13:44:41 +01:00
LICENSE Added LICENSE 2024-02-12 09:23:46 +00:00
README.md Added README.md 2024-01-21 18:40:35 +01:00

README.md

golang-exercises

These are the exercises I'm using to practice writing Go, they may or may not be poorly written, but it's better than nothing