Skip to content

Commit

Permalink
Updated csharp default content
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Dec 19, 2018
1 parent 520be0a commit 3349c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Model/Language.hs
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ int main() {
return 0;
}|]
languageDefaultContent Csharp = [multiline|using System;
using System.Collections.Generic;
using System.Linq;

class MainClass {
static void Main() {
Expand Down

0 comments on commit 3349c67

Please sign in to comment.