Skip to content
Snippets Groups Projects
main.go 78 B
package main

import "fmt"

func main () {
	fmt.Println("Hello resbuilerz")
}