blob: 3fbd6ee1d8e153300afb6362ddacc127fd912945 [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 media_sharing
import (
"fmt"
)
func main() {
fmt.Printf("hello\n")
}