Compare commits
2 Commits
702a07d583
...
3e0f43508e
Author | SHA1 | Date |
---|---|---|
|
3e0f43508e | 3 years ago |
|
b4ac8b81f0 | 3 years ago |
@ -0,0 +1,7 @@
|
||||
package RG;
|
||||
|
||||
public class Hello {
|
||||
public static void main(String args[]){
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
Loading…
Reference in new issue