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