repo init with template for days
This commit is contained in:
17
template/main.go
Normal file
17
template/main.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const DAY int = 00
|
||||
|
||||
func main() {
|
||||
fmt.Println("||++++++++++++++++++++++++++++||")
|
||||
fmt.Printf("|| AdventOfCode 2024 - Day %02d ||\n", DAY)
|
||||
fmt.Println("||++++++++++++++++++++++++++++||\n")
|
||||
|
||||
original()
|
||||
fmt.Println()
|
||||
optimized()
|
||||
}
|
Reference in New Issue
Block a user