This is my first post on the site. I hope that you like it!
Welcome Function
Here is a little Golang function to welcome you:
package main
import "fmt"
func main() {
fmt.Println("Sut mae, byd!")
}
This is my first post on the site. I hope that you like it!
Here is a little Golang function to welcome you:
package main
import "fmt"
func main() {
fmt.Println("Sut mae, byd!")
}