Skip to content
Snippets Groups Projects
Commit 4557577e authored by Pavel Gajdušek's avatar Pavel Gajdušek
Browse files

c sharp

parent fda6835b
Branches
Tags
No related merge requests found
......@@ -28,13 +28,6 @@ Compile the program and make *Windows executable*.
$ mcs -out:hello.exe hello.cs
```
This command should not return any error status. You can try to remove one of the curly brackets to get error output:
```console
csc.cs(7,246): error CS1525: Unexpected symbol `end-of-file
Compilation failed: 1 error(s), 0 warnings
```
Now run the program:
```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment