diff options
author | Adam <adam@adambard.com> | 2013-09-13 10:28:48 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-09-13 10:28:48 -0700 |
commit | 1dd0e00f2249526520b047c6852d22a7ee2df7ad (patch) | |
tree | 57420bdef31ddac79e474fbee456a80a15945335 /csharp.html.markdown | |
parent | b3b4afedae460242d2af8c9f264ca93c23d2577a (diff) |
Fixed a bunch of headers
Diffstat (limited to 'csharp.html.markdown')
-rw-r--r-- | csharp.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp.html.markdown b/csharp.html.markdown index 55de415d..d3adbd01 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -1,11 +1,9 @@ --- - language: c# contributors: - ["Irfan Charania", "https://github.com/irfancharania"] - ["Max Yankov", "https://github.com/golergka"] filename: LearnCSharp.cs - --- C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. |