ipam/main.go

8 lines
67 B
Go
Raw Normal View History

2024-04-30 16:43:56 +00:00
package main
import "fmt"
func main() {
fmt.Println("coucou")
}