main: add fancy

This commit is contained in:
Daniel Aberger
2021-12-04 22:34:55 +01:00
parent a7474d703c
commit 062cc5c7cb
+4 -3
View File
@@ -8,10 +8,11 @@ import (
) )
func main() { func main() {
fmt.Println("Day 1") fmt.Println("🎄 MERRY CHRISTMAS 🎄")
fmt.Println("Day 1️⃣")
one.Run() one.Run()
fmt.Println("Day 2") fmt.Println("Day 2️⃣")
two.Run() two.Run()
fmt.Println("Day 3") fmt.Println("Day 3️⃣")
three.Run() three.Run()
} }