diff --git a/Powerpoint Examples/Powerpoint 1/p1-hello-world.cs b/Powerpoint Examples/Powerpoint 1/p1-hello-world.cs index e69de29..876a185 100644 --- a/Powerpoint Examples/Powerpoint 1/p1-hello-world.cs +++ b/Powerpoint Examples/Powerpoint 1/p1-hello-world.cs @@ -0,0 +1,9 @@ +using System; + +class P1 { + + static void Main() + { + Console.WriteLine("Hello World"); + } +} \ No newline at end of file