Compare commits

...

3 Commits

Author SHA1 Message Date
0095267199 Merge pull request 'Added important comment' (#1) from sczupryn/demoApplication:master into new_feature
Reviewed-on: #1
2025-10-10 09:29:48 +00:00
aa286eedf2 Merge branch 'new_feature' into master 2025-10-10 09:28:39 +00:00
Sebastian Czupryn
bbf1ebca04 Added comment 2025-10-10 11:23:20 +02:00

View File

@ -9,7 +9,7 @@ package com.mycompany.mavenproject1;
* @author student * @author student
*/ */
public class Mavenproject1 { public class Mavenproject1 {
// hey x
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Hello World!"); System.out.println("Hello World!");
System.out.println("Hello World2!"); System.out.println("Hello World2!");