Skip to content

Commit 4c18a18

Browse files
author
LazarusPolar
committedJan 25, 2018
Commit inicial
0 parents  commit 4c18a18

File tree

5 files changed

+294
-0
lines changed

5 files changed

+294
-0
lines changed
 

‎.idea/misc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/workspace.xml

+263
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎AlgEst.iml

+11
Original file line numberDiff line numberDiff line change
@@ -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>

‎src/Principal.java

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class Principal {
2+
3+
public static void main(String[] args){
4+
5+
}
6+
}

0 commit comments

Comments
 (0)
Please sign in to comment.