Browse Source

commit message

master
d4v1davidson 1 year ago
commit
5d81014f62
2 changed files with 17 additions and 0 deletions
  1. 6
    0
      HelloWorld.java
  2. 11
    0
      prog3.iml

+ 6
- 0
HelloWorld.java View File

@@ -0,0 +1,6 @@
public class HelloWorld {

public static void main(String[] args) {
System.out.println("Hello World!");
}
}

+ 11
- 0
prog3.iml View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="GENERAL_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Loading…
Cancel
Save