hello-world/java/test.sh
2024-04-04 23:03:48 +02:00

3 lines
62 B
Bash
Executable File

#!/bin/bash
javac --release 17 helloworld.java
java helloworld