blob: be1d673cc537220b514775d44da60bbda5be4839 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can
// found in the LICENSE file.
package main
import (
"fmt"
)
func main() {
fmt.Println("TODO(fxbug.dev/10429): implement me!")
}