From 8131ddc22af5d39114a55349d71bcdc467599187 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Wed, 27 Mar 2024 13:09:08 -0600 Subject: Expand file structure, Vaporize skeleton --- typecheck/tests/Empty.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 typecheck/tests/Empty.java (limited to 'typecheck/tests/Empty.java') diff --git a/typecheck/tests/Empty.java b/typecheck/tests/Empty.java new file mode 100644 index 0000000..975ac63 --- /dev/null +++ b/typecheck/tests/Empty.java @@ -0,0 +1,5 @@ +class Empty { + public static void main(String[] a) { + System.out.println(1); + } +} -- cgit v1.2.3