blob: ecd545f71b968a44dbe1bc1fce912f0215d2a173 [file] [log] [blame]
Joan Lopez4ab74f82018-09-18 19:38:37 +02001// 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
5package main
6
7import "fmt"
8
9func main() {
10 fmt.Println("who even needs fmt?")
11}