Skip to content

ShivaShirsath/CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

C#

Program :

using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;

namespace CSharp_Shell{
    public class Program {
        public static void Main(){ 	
	    Console.Write("Enter your name : ");
	    Console.WriteLine("Hello " +  Console.ReadLine() + " !");
        }
    }
}

OutPut :

Enter your name : Shiva
Hello Shiva !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages