This website requires JavaScript.
Explore
Help
Sign In
efim
/
Advent-of-Code-2023
Watch
1
Star
0
Fork
You've already forked Advent-of-Code-2023
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
572bffc845
Advent-of-Code-2023
/
day25
/
Snowerload.go
11 lines
102 B
Go
Raw
Blame
History
package
day25
import
(
"fmt"
)
func
Run
(
)
int
{
fmt
.
Println
(
"time to wrap things up"
)
return
0
}
Reference in New Issue
View Git Blame
Copy Permalink