cuemata/tools/pulumi-schemas/main.go
Hoang Nguyen 0041771955
Initial commit
There is nothing here yet, just boilerplate code -_-
2023-12-10 00:00:00 +07:00

14 lines
195 B
Go

/*
* SPDX-FileCopyrightText: 2023 Hoang Nguyen <folliekazetani@protonmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
package main
import "fmt"
func main() {
fmt.Println("Hello")
}