common/main.go

6 lines
59 B
Go
Raw Normal View History

2023-11-04 05:01:58 +00:00
package main
func SayHello() {
println("Hello World!")
}