1// Copyright 2021 Google LLC 2// 3// Use of this source code is governed by a BSD-style license that can be 4// found in the LICENSE file. 5package main 6 7import "fmt" 8 9func main() { 10 fmt.Println("Hello world!") 11} 12