Skip to content

Instantly share code, notes, and snippets.

@shivam-gupta007
Last active February 24, 2022 07:10
Show Gist options
  • Save shivam-gupta007/c3d202844ddad280d58cf9b7a9b75452 to your computer and use it in GitHub Desktop.
Save shivam-gupta007/c3d202844ddad280d58cf9b7a9b75452 to your computer and use it in GitHub Desktop.
C# lab assignment Programs
using System;
public class MyClass
{
public static void Main(string[] args)
{
Console.WriteLine ("Hello INDIA");
}
}
/*
OUTPUT -
Hello INDIA
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment