apt-get install mono-mcs
Код: Выделить всё
using System;
namespace test {
   class test{
      public static void Main(string[] args) {
         System.Console.WriteLine("C# app Compiled on Kali Linux");
      }
   }      
}root/kali:~/ mcs test.cs
root/kali:~/ ls
test.cs test.exe