Skip to content
Snippets Groups Projects
Commit 8e047af2 authored by David Söderberg's avatar David Söderberg
Browse files

Update HOME_EXAM.md

parent aa89b1b6
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,9 @@ Showcase of EBNF:
}
let c = a / 3;
if (c > 0) {
true
}
}
fn main() {
......@@ -422,6 +425,9 @@ while a < 10 {
}
let c = a / 3;
if (c > 0) {
true
}
}
fn main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment