Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 112 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 112 Bytes

Playground to learn Go

package main

import "fmt"

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