Compare commits

...

2 Commits

Author SHA1 Message Date
Berat Kocak ca43e912ac Merge branch 'feature' 2024-11-09 12:05:18 +01:00
Berat Kocak c16835d93e testing feature branch 2024-11-09 12:01:49 +01:00
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
public class Test1 {
public static void main(String[] args) {
System.out.println("ABA");
}
}