Skip to content

Commit

Permalink
Merge pull request #42 from hv15/master
Browse files Browse the repository at this point in the history
Change to abbreviated name SaC, update code example
  • Loading branch information
prasmussen authored Feb 16, 2022
2 parents fe33491 + 1454214 commit c3d1010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/languages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ in [ { id = "assembly"
] : List Book
}
, { id = "sac"
, name = "Single-Assignment C"
, name = "SaC"
, logoName = "sac"
, fileExtension = "sac"
, editorConfig =
Expand All @@ -1079,7 +1079,7 @@ in [ { id = "assembly"
, exampleCode =
''
int main () {
StdIO::show ("Hello World!");
StdIO::printf ("Hello World!");
return 0;
}''
}
Expand Down

0 comments on commit c3d1010

Please sign in to comment.