Sign in
go
/
scratch
/
79382636e6477a77035af5cd79b2ab2d403eea82
/
.
/
tessr
/
main.go
blob: 7f5f382dffd6edc5c5ceb1b339c564f9a38611c2 [
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 "log"
func main() {
log.Println("hiiiii 😍")
}