lang(csharp): fix output
This commit is contained in:
parent
3082f9b35e
commit
ac5035b5c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue