Skip to content

Instantly share code, notes, and snippets.

View immmdreza's full-sized avatar
🪐
Traveling through codes

MohammadReza immmdreza

🪐
Traveling through codes
View GitHub Profile
using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
//this should write Hello World! on console
Console.WriteLine("Hello World!");