Skip to content

Instantly share code, notes, and snippets.

@cascad-s
Created September 5, 2016 08:31
test.go
// lab02
package lab02
import (
"fmt"
)
func main() {
fmt.Println("123")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment