Skip to content

Instantly share code, notes, and snippets.

@cascad-s
Created September 5, 2016 08:31
Show Gist options
  • Save cascad-s/585b4679849cd6243a214b42930248b7 to your computer and use it in GitHub Desktop.
Save cascad-s/585b4679849cd6243a214b42930248b7 to your computer and use it in GitHub Desktop.
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