blob: afc2f0cbf19c873fc41c1702c4d59275fa87c6a2 [file] [log] [blame]
// Copyright 2015 The Vanadium 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"
"v.io/x/lib/gosh"
)
func main() {
gosh.InitChildMain()
fmt.Println("Hello, world!")
}