mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-27 04:44:08 +03:00
Update chapel.html.markdown
Make sure nothing breaks (too badly)
This commit is contained in:
parent
ea1efa2fc5
commit
c22acdf8bd
@ -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
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user