Documentation
¶
Index ¶
- Constants
- type CSharp
- func (CSharp) Compile(ctx context.Context, s sandbox.Sandbox, f sandbox.File, stderr io.Writer, ...) (*sandbox.File, error)
- func (CSharp) DefaultFilename() string
- func (CSharp) DisplayName() string
- func (CSharp) ID() string
- func (CSharp) Run(ctx context.Context, s sandbox.Sandbox, binary sandbox.File, stdin io.Reader, ...) (*sandbox.Status, error)
- func (c CSharp) Test(t *testing.T, s sandbox.Sandbox) error
Constants ¶
View Source
const TestCodeHelloWorld = `class Hello {
static void Main(string[] args)
{
System.Console.WriteLine("Hello world");
}
}`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSharp ¶
type CSharp struct{}
func (CSharp) DefaultFilename ¶
func (CSharp) DisplayName ¶
Click to show internal directories.
Click to hide internal directories.