3 lines
61 B
Bash
3 lines
61 B
Bash
|
#!/bin/bash
|
||
|
mcs -out:helloworld helloworld.cs
|
||
|
mono helloworld
|