Sign in
skia
/
skia
/
b5d243bf880d4a15a928b3c7d8417d75b0558019
/
.
/
experimental
/
bazel_test
/
go
/
hello_world.go
blob: 186c3219f3a571406b543a9ebb8bcd83ef12a21f [
file
] [
log
] [
blame
]
// Copyright 2021 Google LLC
//
// 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 world!")
}