Files
nuchat/backend/main.go
2025-07-16 01:44:59 +01:00

8 lines
72 B
Go

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