File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <module type =" JAVA_MODULE" version =" 4" >
3+ <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4+ <exclude-output />
5+ <content url =" file://$MODULE_DIR$" >
6+ <sourceFolder url =" file://$MODULE_DIR$/src" isTestSource =" false" />
7+ </content >
8+ <orderEntry type =" inheritedJdk" />
9+ <orderEntry type =" sourceFolder" forTests =" false" />
10+ </component >
11+ </module >
Original file line number Diff line number Diff line change 1+ public class Test {
2+ public static void main (String [] args ) {
3+ System .out .println ("Hello" );
4+ }
5+ }
Original file line number Diff line number Diff line change 1+ public class Test2 {
2+ public static void main (String [] args ) {
3+ System .out .prinln ("Hello" );
4+ }
5+ }
Original file line number Diff line number Diff line change 1+ public class Test3 {
2+ public static void main (String [] args ) {
3+ System .out .println ("Hello" );
4+ System .out .println ("World" );
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments