1. using System;
  2.  
  3.  
  4. namespace project{
  5.  
  6. class Program{
  7.  
  8. static void Main(){
  9. Console.WriteLine("hello!")//тут я говорю привет;
  10. Console.WriteLine("I am Artfuritires!")//тут я говорю что я Artfuritires;
  11. Console.ReadLine();
  12. }
  13.  
  14. }
  15.  
  16. }