Sign in
go
/
scratch
/
refs/heads/master
/
.
/
lineufelipe
/
main.go
blob: 422761ace5d2d7dbac8022f0c626d7a49ec17766 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import "fmt"
func main() {
fmt.Println("Hello, I'm Lineu Felipe")
}