Skip to content

Instantly share code, notes, and snippets.

@JTinkers
JTinkers / cs
Created September 21, 2020 10:32
using System;
namespace HelloWorld
{
class helloWorld
{
static void Main(string[] args)
{
Console.WriteLine("Hello World, This is my first C# program");
Console.ReadKey();
using System;
namespace HelloWorld
{
class helloWorld
{
static void Main(string[] args)
{
Console.WriteLine("Hello World, This is my first C# program");
Console.ReadKey();
using System;
namespace HelloWorld
{
class HelloWorld
{
static void Main(string[] args)
{
int nth = 1;