Skip to content

Commit 1209ef8

Browse files
committed
Update README.md
1 parent a02eb44 commit 1209ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

challenges/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I present two projects:
44
- `project00`: individual challenges (from 01 to 07), each with its own `main()` function, `defs.h` and `Makefile` files (you may build individual challenges, e.g., `make challenge06`), and `markov.c` with the implementations.
55
- `project01`: a full project (with a single `main()` function), with lots of 'services', such as:
66

7-
<pre>
7+
```
88
void echo_help() {
99
printf("This is the Markov chain solver [last update: 23/03/2022].\n");
1010
printf("To run DTMC: markov <FILE> <OP>\n");
@@ -15,4 +15,4 @@ void echo_help() {
1515
printf(" 3 Convert CTMC to Embedded DTMC\n");
1616
printf(" 4 Simulate CTMC (pass <TIME> parameter!)\n");
1717
}
18-
</pre>
18+
```

0 commit comments

Comments
 (0)