@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}
@ -0,0 +1,3 @@
module RoutingTableToWgTranslator
go 1.19