summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--csharp.html.markdown6
1 files changed, 2 insertions, 4 deletions
diff --git a/csharp.html.markdown b/csharp.html.markdown
index d67f6c74..e079571e 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -20,12 +20,10 @@ Multi-line comments look like this
/// This is an XML documentation comment
/// </summary>
-
+// Specify namespaces application will be using
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+
// defines scope to organize code into "packages"
namespace Learning