c# linux by slcklnx from LinuxQuestions.org on 2019-09-24 15:26 (#4R2VS) hihelp me! Code:>c.cs>cls.cschmod 777 c.cs chmod 777 cls.csnano clsnamespace A{public class cls{public int a;}}nano c.csCode:using System;using A;class c{public static void Main(){}}mcs c.csmono c.exeI can't connect the class. Tell me how to do it.