Skip to content

Commit

Permalink
Merge pull request #38 from styfle/patch-1
Browse files Browse the repository at this point in the history
Updated csharp default content
  • Loading branch information
prasmussen authored Dec 25, 2020
2 parents c997d5f + 3349c67 commit edc681d
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 edc681d

Please sign in to comment.