diff options
Diffstat (limited to 'Test.java')
| -rw-r--r-- | Test.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Test.java b/Test.java new file mode 100644 index 0000000..7db23ce --- /dev/null +++ b/Test.java @@ -0,0 +1,6 @@ +public class Test { + public int a; + public void f() { + System.out.println("hi!"); + } +} |
