hi

i need code for some programme.

Recommended Answers

All 2 Replies

How to ask questions the smart way.

hi

i need code for some programme.

using System;

class Program
{
    static void Main(string[] args)
    {
        Console.WriteLine("Hello World");
    }
}

EDIT:

Imports System

public Class Program
    Shared Sub Main()
       Console.WriteLine("Hello, World!")
    End Sub
End Class

That's an open source program, by the way. Use it freely.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.