Tested C#
This commit is contained in:
parent
ad895d851e
commit
9d759639b9
|
@ -1 +1,9 @@
|
||||||
|
//compiles and runs successfully
|
||||||
|
using System;
|
||||||
|
|
||||||
|
public class GFG {
|
||||||
|
static public void Main()
|
||||||
|
{
|
||||||
Console.WriteLine("Hello World!");
|
Console.WriteLine("Hello World!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
3
c#/test.sh
Executable file
3
c#/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
mcs -out:helloworld helloworld.cs
|
||||||
|
mono helloworld
|
Loading…
Reference in New Issue
Block a user