raul pushed to main at raul/golang-exercises 2024-02-07 17:15:42 +01:00
0fe0cc29a0 Added reading a random line from a file
raul pushed to main at raul/golang-exercises 2024-02-06 17:13:32 +01:00
1bf9e3e27c Figured out how to add file lines to array
raul pushed to main at raul/golang-exercises 2024-02-05 09:49:47 +01:00
93bd23b848 Added factorial exercise and cleaned up repo
raul pushed to main at raul/golang-exercises 2024-02-04 09:45:23 +01:00
5df40a8847 Added file-reader exercise
raul pushed to main at raul/array-sorter 2024-02-03 17:32:51 +01:00
d73ff9618a Moved array-sorter into its own repo
raul created repository raul/array-sorter 2024-02-03 17:29:06 +01:00
raul pushed to main at raul/golang-exercises 2024-02-03 14:29:59 +01:00
57a3fe4e69 Quick testing
raul pushed to main at raul/golang-exercises 2024-02-03 14:26:32 +01:00
f82ec16975 Improved testing environment
Compare 2 commits »
raul pushed to main at raul/golang-exercises 2024-02-03 14:20:46 +01:00
1ac4bf24bc Delete array-sorter/random.txt
raul pushed to main at raul/golang-exercises 2024-02-03 14:20:33 +01:00
74449479cf Delete array-sorter/numbers.txt
raul pushed to main at raul/golang-exercises 2024-02-03 14:02:13 +01:00
0444c42dd6 Finally finished exercise and added test script
raul pushed to main at raul/golang-exercises 2024-02-02 10:39:03 +01:00
07d8c34480 Trying to get the sorting to work
raul pushed to main at raul/golang-exercises 2024-02-02 09:18:41 +01:00
2bcbe7edc9 Added array-sorter exercise
raul pushed to main at raul/gat 2024-02-02 08:40:19 +01:00
50a6d90d8c Startup
raul created repository raul/gat 2024-02-02 08:39:02 +01:00
raul pushed to main at raul/golang-exercises 2024-02-01 13:41:09 +01:00
4b34de5781 Added ability to input custom delay
raul pushed to main at raul/golang-exercises 2024-02-01 08:13:53 +01:00
b93f7e445e Added cool delay to star printing
raul pushed to main at raul/min-max-array 2024-01-31 11:58:09 +01:00
41c2fcc5af Fixed crashing when handling empty arrays
raul pushed to main at raul/min-max-array 2024-01-31 08:58:22 +01:00
10e172b29f Updated README.md
raul pushed to main at raul/golang-exercises 2024-01-31 08:43:24 +01:00
4913df663a Added counter exercise