blob: 7052ce854b79503301979ce4dc0919d4b54f8f4a [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"
"os"
)
func main() {
fmt.Println("hello")
os.Exit(1)
}