hello-world/c#/test.sh

3 lines
61 B
Bash
Raw Permalink Normal View History

2024-04-04 20:27:23 +00:00
#!/bin/bash
mcs -out:helloworld helloworld.cs
mono helloworld