Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
c# hello world
SUBMITTED BY:
analias
DATE:
Aug. 31, 2019, 10:19 a.m.
FORMAT:
Text only
SIZE:
329 Bytes
Raw
Download
Tweet
HITS:
915
Go to comments
Report
namespace HelloWorld
{
class Hello {
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
}
}
}
hello world, a classic among beginner programmers
using code to print out text is one of the most important and simple steps of learning a language
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus