Skip to content

trgysvc/MyFirstCsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

First C# Code: Hello World! ๐ŸŒ

Hello World! ๐Ÿ‘‹

Today I take my first step in C# and start this wonderful journey with the classic โ€œHello World.โ€ ๐Ÿš€ This small step will be the harbinger of big projects in the future. I will continue with many more beautiful coding.

Hereโ€™s the code I wrote:

using System;

class Program
{
    static void Main(string[] args)
    {
        Console.WriteLine("Hello, World! My coding journey begins here ๐Ÿš€");
    }
}

Thanks to everyone whoโ€™s supporting me on this journey! ๐Ÿ’ป Stay tuned for more updates.

Follow along with my progress on this exciting adventure!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages