lang(csharp): fix output

This commit is contained in:
1computer1 2020-06-17 00:44:40 -04:00
parent 3082f9b35e
commit ac5035b5c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
cat > program.cs
csc program.cs >/dev/null && mono program.exe || true
csc -nologo program.cs 2>/dev/null && mono program.exe || true