blob: 670c88e7403118c0be4d6c9a85f5331d3492bac8 [file] [log] [blame]
// Copyright 2023 The Fuchsia 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("hello world!")
}