Commit Graph

18 Commits

Author SHA1 Message Date
raul dd1849da8e Properly finished arithmetic average exercise
I've never done something so convoluted in my life, I think I should
just stick to fmt.scan whenever I'm asking for simple inputs
2024-01-25 19:50:52 +01:00
raul 09ecc6a483 Added a tiny mclibre exercise
Exercise about arithmetic
2024-01-25 12:07:20 +00:00
raul 114ba0c417 Figured out float formatting
I can't believe I didn't find out earlier about rounding down floating
point numbers with just two characters when instead of building an
entire function
2024-01-24 21:47:45 +01:00
raul 41f0d4a1f8 Added ability to input names with spaces
I finally figured out how to use the bufio library but I also had to get
acquainted with another library for strings to trim bufio's appended
newlines
2024-01-24 06:56:48 +01:00
raul 47d305243a Organized code and practiced error handling
Just found out nil is the equivalent of NULL
2024-01-22 14:23:12 +01:00
raul e928ff3728 Added mclibre section
Gonna be translating as many of the Python exercises from mclibre to
Golang as I can, seems like a fun task
2024-01-22 14:21:34 +01:00
raul 9964aa916e Added Golangr exercise
I'm gonna be picking up exercises from wherever I can manage to find on
the Internet, I'm still too green to start a personal project since I
still haven't dipped my toes in more advanced things like real error
handling and OS/Network interaction
2024-01-22 14:02:07 +01:00
raul a78392d3b3 Edited folder name
You can argue that using underscores may be safer but hyphens just look
way better, I will die on this hill
2024-01-22 13:58:52 +01:00
raul 9c13c74214 Added README.md 2024-01-21 18:40:35 +01:00
raul d4647fd0ae Added temp-conversion exercise 2024-01-21 16:16:07 +01:00
raul e56ec312f6 Organized code and improved error handling
Added really primitive error handling to numStar scanning, I really have
to figure out how to properly handle errors in Golang beyond abusing
if/else and switch/case
2024-01-20 12:23:39 +01:00
raul c33ebb25f0 Finished exercise and improved error handling 2024-01-19 09:23:55 +00:00
raul d9f17e78a3 Added star-shapes exercise 2024-01-19 08:03:40 +00:00
raul 8cd5dfcdc5 Testing 2024-01-17 22:04:20 +01:00
raul b3400252cb Test title
Added yes-clone miniproject
2024-01-16 21:01:29 +01:00
raul 696c069209 Finally finished the 'separar_letras' exercise 2024-01-16 19:06:32 +01:00
raul 1e2bef7cd9 test 2024-01-16 18:39:54 +01:00
raul 098e436e4a startup 2024-01-16 18:34:48 +01:00