Jutge.org
Jutge.org
Home
Problems
About
Contact
×
Expect some short downtimes for maintenance during the last week of January and the first week of February.
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
Defunct
P68688
public
class
Hello
{
public
static
void
Main
()
{
System
.
Console
.
WriteLine
(
"Hello world!"
);
}
}