Compare commits
2 Commits
ab02d2f2f7
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e67e3a11c | ||
| d92f3a4b18 |
@@ -1 +1,2 @@
|
|||||||
System.out.println("Hello Gitea!");
|
## Nowa gałąź: new_feature
|
||||||
|
Ta gałąź zawiera testową zmianę w README.
|
||||||
@@ -4,6 +4,8 @@ public class DemoApplication {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello from DemoApplication!");
|
System.out.println("Hello from DemoApplication!");
|
||||||
System.out.println(new java.util.Date());
|
System.out.println(new java.util.Date());
|
||||||
|
System.out.println("Nowa gałąź new_feature");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user