module
Version:
v0.0.0-...-e79363e
Opens a new window with list of versions in this module.
Published: Dec 14, 2022
License: MIT
Opens a new window with license information.
README
¶
Prerequisites
- Go 1.19.X installed
go
binary on the classpath
Structure
Each directory stores task and its solution
repository root
|- README.md
|- 01
| |- input.txt
| |- main.go
| |- go.mod
| |- go.sum
| |- task.md
|- 02
| |- input.txt
| |- main.go
| |- go.mod
| |- go.sum
| |- task.md
- task.md - description of the task
- main.go - implementation of the solution
- input.txt - input for the task
- go.mod, go.sum - files describing Go module's properties (not needed if you don't have dependencies),
see official reference
To set up new day (e.g. 5) run:
task day
Run
First day:
cd 01
go run main.go
Answers are printed to stdout
Directories
¶
Click to show internal directories.
Click to hide internal directories.