We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c5997 commit 3177b14Copy full SHA for 3177b14
JavaGitTestingProject/src/MainCLass/TesterClass.java
@@ -17,6 +17,7 @@ public class TesterClass {
17
public static void main(String[] args) {
18
// TODO code application logic here
19
int i=0;
20
+ System.out.print(""+i);
21
}
22
23
0 commit comments