blob: bfbceb54ec57e7e137dc1626681ff3c1a0fd9a44 [file] [log] [blame]
// Copyright 2014 The Go 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 demo;
public class Demo {
public static native void hello(String name);
}