Sign in
skia
/
skia
/
27e40e2fbaa7a6ccacc7760f7bb60facf1be283b
/
.
/
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!")
}