This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Course-S2/src/App.java
2022-02-20 21:33:40 +01:00

6 lines
134 B
Java

public class App {
public static void main(String[] args) throws Exception {
System.out.println("Hello, World!");
}
}