mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-08-05 06:38:25 +00:00
Hello World Code Example
This commit is contained in:
16
code/TheByteStuff.cs
Normal file
16
code/TheByteStuff.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HelloWorld
|
||||
{
|
||||
class TheByteStuff
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
System.Console.WriteLine("Hello Hacktoberfest 2018");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user