VL-Programmieren/VL05/Aufgabe03/run.ps1

6 lines
155 B
PowerShell
Raw Normal View History

2024-05-09 10:32:30 +00:00
Set-Location ../../
javac ./VL05/Aufgabe03/Aufgabe03.java
java VL05.Aufgabe03.Aufgabe03 > VL05/Aufgabe03/output/output.txt
Set-Location ./VL05/Aufgabe03/