Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / experimental / bazel_test / hello_world.go
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.
5 package main
6
7 import "fmt"
8
9 func main() {
10     fmt.Println("Hello world!")
11 }