Skip to content

Commit 99413cf

Browse files
committed
reviewed first labs
1 parent a18ed13 commit 99413cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

labs/HelloWorld/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello World Lab
2+
title: Hello World
33
---
44

55
In this lab, we will guide you in downloading, opening, compiling, executing and breaking (!) your very first program.

labs/Introduction/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Action:
4747
~ Reading instructions is not always easy. You should try to always understand what is crucial, what is important, and what is optional.
4848
Although you may have overlooked that subtlety, the previous paragraph actually meant
4949

50-
> Go read [Installing Software](../../software_install.html) as soon as possible, you want to be ready for the next lab!
50+
> _Go read [Installing Software](../../software_install.html) as soon as possible, you want to be ready for the next lab!_
5151
5252
This is particularly true for labs asking for you to set things up: there is little to gain in postponing that step, and if you are facing difficulties, it is better [to ask](#how-to-get-help-1) earlier rather than later!
5353

labs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Using this established build system generates labs that are cross-platform (Wind
4141

4242
| Lab title | Prerequisites | Related Lectures | Description | Topics |
4343
| :--- | :--- | :--- | :--- | :--- |
44-
| [Introduction](/labs/Introduction) | None | [General concepts](/lectures/010_general_concepts) | Overview of course resources, complete survey and install IDE | <ul><li>Navigating course resource</li></ul>
45-
| [HelloWorld](/labs/HelloWorld) | [Introduction](/labs/Introduction) | [First Program](/lectures/020_first_program) | Compile and run hello world program ||
44+
| [Introduction](/labs/Introduction) | None | [General concepts](/lectures/010_general_concepts) | Overview of course resources, complete survey, install IDE | <ul><li>Navigating course resources</li></ul>
45+
| [HelloWorld](/labs/HelloWorld) | [Introduction](/labs/Introduction) | [First Program](/lectures/020_first_program) | Compile and run hello world program | <ul><li>Compilation, execution<li><li>basic C# syntax</li><li><code>Write</code>, <code>WriteLine</code></li></ul> |
4646
| [FirstProgram](/labs/FirstProgram) | [Introduction](/labs/Introduction) | [First Program](/lectures/020_first_program) | Creating a new program, using Write and WriteLine and escape sequences ||
4747
| [Variables](/labs/Variables) | [FirstProgram](/labs/FirstProgram) | [DataTypes and Variables](/lectures/030_datatypes_and_variables) | Declaring and displaying variables and using arithmetic operators ||
4848
| [Casting](/labs/Casting) | [Variables](/labs/Variables) | [Operators](/lectures/040_operators) | Implicit and explicit type conversion, using cast operator ||

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ View this resource on the web:
1818
| `docs` | additional helpful documents |
1919
| `img` | all images |
2020
| `labs` | lab exercises |
21-
| `lectures` | lecture notes |
21+
| `lectures` | lecture notes and slides |
2222

2323
Other directories are used for building and maintenance of this resources.
2424

0 commit comments

Comments
 (0)