diff options
author | Adam Bard <github@adambard.com> | 2015-07-17 14:45:18 +0900 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-07-17 14:45:18 +0900 |
commit | c22acdf8bd8750b664393422e1e00d4055f69e31 (patch) | |
tree | ccd812bdd01590f5c3cf91e945fff4f413279eb4 | |
parent | ea1efa2fc58c2bcdb185343be3b03bfd7cbea51d (diff) |
Update chapel.html.markdown
Make sure nothing breaks (too badly)
-rw-r--r-- | chapel.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown index d4d6d648..d4ce4dfa 100644 --- a/chapel.html.markdown +++ b/chapel.html.markdown @@ -3,7 +3,6 @@ language: chapel filename: learnchapel.chpl contributors: - ["Ian J. Bertolacci", "http://www.cs.colostate.edu/~ibertola/"] -lang: en --- You can read all about chapel at [Cray's official Chapel website](http://chapel.cray.com). @@ -11,7 +10,7 @@ In short, Chapel is an open-source, high-productivity, parallel-programming lang More information and support can be found at the bottom of this document. -```chapel +```c // Comments are C-family style // one line comment /* |