My changes

This commit is contained in:
gokul
2025-08-16 19:51:23 +05:30
parent 4c1f0b28b6
commit 310159401b
2 changed files with 24 additions and 0 deletions

View File

@ -1,6 +1,7 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, Git and Java!");
//welcome
}
}