Sign in
go
/
scratch
/
6cf087efc753acd7be4bea9db061d1ccabf5ddcf
/
.
/
joanlopez
/
main.go
blob: ecd545f71b968a44dbe1bc1fce912f0215d2a173 [
file
] [
log
] [
blame
]
Joan Lopez
4ab74f8
2018-09-18 19:38:37 +0200
[
diff
] [
blame
]
1
// Copyright 2018 The Go Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
package main
6
7
import "fmt"
8
9
func main() {
10
fmt.Println("who even needs fmt?")
11
}