MASPUTRAWAE

HANYA SEORANG MANUSIA BIASA

Hello World di Golang

package main

import "fmt"

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