first commit
This commit is contained in:
14
test/src/com/company/Main.java
Normal file
14
test/src/com/company/Main.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.company;
|
||||
|
||||
public class Main {
|
||||
static boolean b;
|
||||
static String S;
|
||||
static Long L;
|
||||
public static void main(String[] args) {
|
||||
L=0L;
|
||||
// write your code here
|
||||
System.out.println(b);
|
||||
System.out.println(S);
|
||||
System.out.println(L);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user