Skip to content
Snippets Groups Projects
Commit e0797081 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update csc.md

parent 69d329ad
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
......@@ -10,7 +10,7 @@ $ ml av mono
```
!!! note
Use the command `ml av mono` to get up-to-date versions of the modules.
Use the `ml av mono` command to get up-to-date versions of the modules.
Activate C# by loading the Mono module:
......@@ -22,7 +22,7 @@ $ ml Mono
### Hello World
Copy this code to new file hello.cs:
Copy this code to a new file hello.cs:
```csc
using System;
......@@ -59,7 +59,7 @@ Enter statements below.
csharp>
```
Now you are in interactive mode. You can try following example.
Now you are in the interactive mode. You can try the following example:
```csc
csharp> using System;
......@@ -83,7 +83,7 @@ csharp> from f in Directory.GetFiles ("mydirectory")
## MPI.NET
MPI is available for mono.
MPI is available for mono:
```csc
using System;
......@@ -119,6 +119,6 @@ Greetings from node 3 of 4 running on cn199
Greetings from node 1 of 4 running on cn199
```
For more informations look at [Mono documentation page][a].
For more information, see the [Mono documentation page][a].
[a]: http://www.mono-project.com/docs/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment