Article 4R2VS c# linux

c# linux

by
slcklnx
from LinuxQuestions.org on (#4R2VS)
hi

help me!
Code:
>c.cs
>cls.cs
chmod 777 c.cs
chmod 777 cls.cs

nano cls
namespace A{
public class cls{

public int a;
}

}
nano c.csCode:
using System;
using A;
class c{
public static void Main(){

}

}mcs c.cs
mono c.exe

I can't connect the class. Tell me how to do it.latest?d=yIl2AUoC8zA latest?i=eahGTIAjVrA:LuhtC4IRuVM:F7zBnMy latest?i=eahGTIAjVrA:LuhtC4IRuVM:V_sGLiP latest?d=qj6IDK7rITs latest?i=eahGTIAjVrA:LuhtC4IRuVM:gIN9vFweahGTIAjVrA
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments