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!")
}