Sign in
go
/
scratch
/
8413ba4b4184ce2f0381433469924130026f1e65
/
.
/
bdowns
/
main.go
blob: dbc65181dc35a10996908fc406a64758586bacb5 [
file
] [
log
] [
blame
]
// Copyright 2017 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("😊")
}