Files
meeting-1/main.go
2026-05-18 08:20:03 -04:00

10 lines
68 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("hi")
}