Archived
1st: add emojis 🥰
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ import (
|
||||
)
|
||||
|
||||
func Run() {
|
||||
fmt.Printf("1st solution: %d\n", solveFirst())
|
||||
fmt.Printf("2nd solution: %d\n", solveSecond())
|
||||
fmt.Printf("1st solution 🔊: %d\n", solveFirst())
|
||||
fmt.Printf("2nd solution 🔊: %d\n", solveSecond())
|
||||
}
|
||||
|
||||
func readInput() []int {
|
||||
|
||||
Reference in New Issue
Block a user