aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 4fabe2f0a3af542215574ef6ca3ae8d202b22972 (plain)
1
2
3
4
5
6
7
8
9
10
11
// DON'T EDIT THIS!
//
// Codecrafters relies on this file being intact to run tests successfully. Any changes
// here will not reflect when CodeCrafters tests your code, and might even cause build
// failures.
//
// DON'T EDIT THIS!

module github.com/codecrafters-io/shell-starter-go

go 1.22