mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Create HelloWOrld.cs
This commit is contained in:
parent
4da95e9a22
commit
f795b1a2db
10
code/HelloWOrld.cs
Normal file
10
code/HelloWOrld.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// Hello World! program C#
|
||||||
|
namespace HelloWorld
|
||||||
|
{
|
||||||
|
class Hello {
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
System.Console.WriteLine("Hello HacktoberFest!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user