Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, September 2, 2019

Codecademy Learn C# Hello World Exercise 2/6


// Sample Solution
using System;

namespace HelloWorld
{
  class Program
  {
    static void Main()
    {
      Console.WriteLine("Hello Dude!");   
     }
  }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts