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

import "fmt"

func main() {
	fmt.Println("Helloooo world")
}