Clubhouse logo

Abolfazl

@a_bolfazl

1

friend

namespace HelloWorld { class Program { static void Main(string[ ] args) { System.Console.WriteLine("Hello world!"); } } }