Compare commits

..

2 Commits

Author SHA1 Message Date
ebe30ea7b0 Merge pull request 'Changed main' (#1) from mykola-derevianko/DemoApplication:master into master
Reviewed-on: #1
2025-10-10 09:24:54 +00:00
mykola-derevianko
41665c5fe0 Changed main 2025-10-10 11:20:27 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">

View File

@ -9,6 +9,9 @@ public class Main {
System.out.print("Hello and welcome!");
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.
for (int i = 1; i <= 5; i++) {