Files
AdventOfCode2024/template/original.go

8 lines
78 B
Go

package main
import "fmt"
func original() {
fmt.Println("Original Code")
}