Initial commit
This commit is contained in:
BIN
Labs/Lab1/Java/HelloWorld.class
Normal file
BIN
Labs/Lab1/Java/HelloWorld.class
Normal file
Binary file not shown.
5
Labs/Lab1/Java/HelloWorld.java
Normal file
5
Labs/Lab1/Java/HelloWorld.java
Normal file
@ -0,0 +1,5 @@
|
||||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user