aboutsummaryrefslogtreecommitdiff
path: root/Test.java
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-04-14 01:19:29 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 23:30:38 +0200
commit5024eae960cc1b56fb0e0aebc6edaa86690d446d (patch)
tree107ccf687a799983b9229e2e2e309d8701416870 /Test.java
parentc64a043a8e28675e5349223e35fc5245deae6dfd (diff)
Add Test class
Diffstat (limited to 'Test.java')
-rw-r--r--Test.java6
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!");
+ }
+}