14 Commits

Author SHA1 Message Date
906718f8c1 Update untitled3.iml
$andy@andyhurricane,pl$ - test
2026-02-14 20:18:59 +00:00
f4f2996d58 Update untitled3.iml
$andy@andyhurricane,pl$ - test
2026-02-14 20:17:53 +00:00
d05c95ab35 Update .cicd-time-tracking.json
$andy@andyhurricane.pl$ - sprawdź to, proszę
2026-02-08 20:20:42 +00:00
152a41e7f3 Update .cicd-time-tracking.json
$andy@andyhurricane.pl$ - sprawdź to, proszę
2026-02-08 19:54:52 +00:00
7562c570f5 Update .cicd-time-tracking.json
$andy@andyhurricane.pl$ - sprawdź to, proszę
2026-02-08 19:43:57 +00:00
73cdc6694e Update .cicd-time-tracking.json
$andy@andyhurricane.pl$ - sprawdź to, proszę
2026-02-08 19:15:44 +00:00
Andrzej Lopko
b43ffdbe8f Merge branch 'test4' into master (PR #6) - conflicts resolved 2026-02-03 20:44:16 +01:00
Andrzej Lopko
2717207a73 master - cofnlict 2026-02-03 20:43:01 +01:00
Andrzej Lopko
d9d3746d80 test4 2026-02-03 20:42:40 +01:00
Andrzej Lopko
7fdafc7f9e Merge branch 'test-3' into master (PR #5) - conflicts resolved 2026-02-03 20:38:36 +01:00
Andrzej Lopko
6d621da0a6 master - konflikt 2026-02-03 20:35:30 +01:00
Andrzej Lopko
fb75223cb7 master - test 3 2026-02-03 20:35:16 +01:00
Andrzej Lopko
4d28124ce6 master - 2 konflikt przy pr 2026-02-03 20:21:33 +01:00
Andrzej Lopko
f646b55bdd master - 2 konflikt przy pr 2026-02-03 20:15:29 +01:00
3 changed files with 11 additions and 9 deletions

View File

@@ -31,9 +31,11 @@ public class Main {
public static void main(String[] args) {
//TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text
// to see how IntelliJ IDEA suggests fixing it.
System.out.printf("Hello and welcome!");
//System.out.printf("Hello anasd welcome!");
/// new Test().test();
//Test x = new Test();
Test x =sss new Test();
x.test();
for (int i = 1; i <= 5; i++) {
//TIP Press <shortcut actionId="Debug"/> to start debugging your code. We have set one <icon src="AllIcons.Debugger.Db_set_breakpoint"/> breakpoint
// for you, but you can always add more by pressing <shortcut actionId="ToggleLineBreakpoint"/>.