I am kind of interested to learn C#. What can you doing with C#? (I asked just cuz I wanna hear "your" answers) Can it make uploader/downloader programs?
LEVAC109 Reviewed by LEVAC109 on . Write your first C# program! NOTE: THIS TUTORIAL IS KINDA CONTINUED FROM MY PREVIOUS TUT. Click here to view my previous tut. As usual we start off with the simplest program - Hello, World! public class Hello { public static void Main(string args) { System.Console.WriteLine("Hello, World! \n"); } Rating: 5