Page3 - erdnute/notes GitHub Wiki

package main
import "fmt"

func main() {
	fmt.Println("Hallo Welt")
	fmt.Println("ende")
}