Skip to content

Instantly share code, notes, and snippets.

@scbizu
Created February 6, 2017 03:38
Show Gist options
  • Save scbizu/f20dc459a4b6f177c2508ea36c3a6410 to your computer and use it in GitHub Desktop.
Save scbizu/f20dc459a4b6f177c2508ea36c3a6410 to your computer and use it in GitHub Desktop.
[test]Lepton Test #tags:Lepton,golang
package main
import (
"fmt"
)
func main(){
fmt.Println("Hello Lepton")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment