Skip to content

Instantly share code, notes, and snippets.

@Fitranugraha
Last active July 7, 2020 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fitranugraha/2ca7b30550b435f8fa2cd6e529a60a90 to your computer and use it in GitHub Desktop.
Save Fitranugraha/2ca7b30550b435f8fa2cd6e529a60a90 to your computer and use it in GitHub Desktop.
Python Hello World
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, playground")
}
print("Hello World")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment