Commit Graph

4 Commits

Author SHA1 Message Date
ekzyis 256dba2a46 Implement LMSR cost function 2024-08-25 00:45:14 -05:00
ekzyis 9b8734f5a9 Add QR component 2024-07-15 12:55:48 +02:00
ekzyis 5518553221 Randomize figlet font 2024-07-10 07:25:03 +02:00
ekzyis 7558655458 refactor: Structure code into different packages
I have put too much code into the same files.

Also, I put everything into the same package: main.

This package is only meant for executables.

Therefore, I have refactored my code to use multiple packages. These packages also guarantee separation of concerns since Golang doesn't allow cyclic imports.
2023-09-10 23:13:08 +02:00