using System;

namespace app401
{
    class app401
    {
        static void MyMethod(){
            Console.WriteLine("today is saturuday");
            }
            
         static void Main(string[]args){
             MyMethod();
             MyMethod();
             MyMethod();
         }
        }
    }

        

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: