This commit is contained in:
jslightham
2020-02-12 10:46:48 -05:00
parent ca63a62844
commit 7570e486df
22 changed files with 91 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import java.util.Scanner;
public class Q3 {
public static Scanner in = new Scanner(System.in);
public static void main(String[] args) {
}
}