hello-world/c#/test.sh
2024-04-04 22:27:23 +02:00

3 lines
61 B
Bash
Executable File

#!/bin/bash
mcs -out:helloworld helloworld.cs
mono helloworld