From 7570da81914d9673af0477393a5404f6ebf68811 Mon Sep 17 00:00:00 2001 From: Daniel Aberger Date: Mon, 6 Dec 2021 10:24:09 +0100 Subject: [PATCH] =?UTF-8?q?2nd:=20add=20emojis=20=F0=9F=A5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/two/two.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/two/two.go b/pkg/two/two.go index a3896cd..6ae9602 100644 --- a/pkg/two/two.go +++ b/pkg/two/two.go @@ -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 {