1st: add emojis 🥰

This commit is contained in:
Daniel Aberger
2021-12-06 10:23:59 +01:00
parent 2136bc59e4
commit aba4b17e18
+2 -2
View File
@@ -9,8 +9,8 @@ import (
) )
func Run() { func Run() {
fmt.Printf("1st solution: %d\n", solveFirst()) fmt.Printf("1st solution 🔊: %d\n", solveFirst())
fmt.Printf("2nd solution: %d\n", solveSecond()) fmt.Printf("2nd solution 🔊: %d\n", solveSecond())
} }
func readInput() []int { func readInput() []int {