We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f3186 commit ba5c104Copy full SHA for ba5c104
resources/HelloWorld.iml
@@ -0,0 +1,11 @@
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>
resources/src/com/bryzz/dsc/hello/HelloWorld.java
@@ -0,0 +1,8 @@
+package com.bryzz.dsc.hello;
+
+public class HelloWorld {
+ public static void main(String arg[]) {
+ System.out.println("Hello World");
+ }
+}
0 commit comments