Archived
2nd: add emojis 🥰
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ import (
|
|||||||
|
|
||||||
func Run() {
|
func Run() {
|
||||||
commands := readInput()
|
commands := readInput()
|
||||||
fmt.Printf("1st final position: %d\n", solve(commands, false))
|
fmt.Printf("1st final position 🛰️: %d\n", solve(commands, false))
|
||||||
fmt.Printf("2nd final position: %d\n", solve(commands, true))
|
fmt.Printf("2nd final position 🛰️: %d\n", solve(commands, true))
|
||||||
}
|
}
|
||||||
|
|
||||||
func solve(commands []string, alt bool) int {
|
func solve(commands []string, alt bool) int {
|
||||||
|
|||||||
Reference in New Issue
Block a user