forked from Nero/DemoApplication
Compare commits
1 Commits
new_featur
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41665c5fe0 |
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@@ -1,4 +1,3 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
<component name="FrameworkDetectionExcludesConfiguration">
|
<component name="FrameworkDetectionExcludesConfiguration">
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ public class Main {
|
|||||||
System.out.print("Hello and welcome!");
|
System.out.print("Hello and welcome!");
|
||||||
System.out.print("This is my project!");
|
System.out.print("This is my project!");
|
||||||
|
|
||||||
|
|
||||||
|
System.out.print("Changes on forked project");
|
||||||
|
|
||||||
// Press Shift+F10 or click the green arrow button in the gutter to run the code.
|
// Press Shift+F10 or click the green arrow button in the gutter to run the code.
|
||||||
for (int i = 1; i <= 5; i++) {
|
for (int i = 1; i <= 5; i++) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user