Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
References
Certificates
Markdown
Instructor guides
Python libs
GitHub repos
Mono C# Compiler
Compiler
MonoCS
Name
Mono C# Compiler
Language
C#
Program and version
/bin/sh: 1: mcs: not found
Description
Mono C# Compiler
Type
compiler (vm)
Flags1
Flags2
Extension
.cs
Status
Currently not working. Please contact the administrators to help fix it.
P68688
public
class
Hello
{
public
static
void
Main
()
{
System
.
Console
.
WriteLine
(
"Hello world!"
);
}
}