2nd: add emojis 🥰

This commit is contained in:
Daniel Aberger
2021-12-06 10:24:09 +01:00
parent aba4b17e18
commit 7570da8191
+2 -2
View File
@@ -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 {