From 79c59dc3a834297f4aa5f4ac6de002349e2c8eb0 Mon Sep 17 00:00:00 2001 From: Ross Healy Date: Sat, 3 Feb 2024 08:39:41 +0000 Subject: [PATCH] Add Introduction --- Introduction.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Introduction.md diff --git a/Introduction.md b/Introduction.md new file mode 100644 index 0000000..72e1fb8 --- /dev/null +++ b/Introduction.md @@ -0,0 +1,3 @@ +### Hello World - Introduction to C# interactive C# tutorial + +This tutorial teaches you C# interactively, using your browser to write C# and see the results of compiling and running your code. It contains a series of lessons that begin with a "Hello World" program. These lessons teach you the fundamentals of the C# language. \ No newline at end of file