Untitled

                Never    
C#
       
class Program

  {

    static void Main(string[] args)

    {

      text("hallo");

    }



    public void text(string x)

    {

      Console.WriteLine("Text ist:" + x);

    }

  }

Raw Text