Added some examples that were shown to our handledare.

This commit is contained in:
Samuel Hammersberg 2023-03-31 18:17:28 +02:00
parent b0ec5a2333
commit e2e469d84e
6 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,4 @@
main = case 78 of {
5 => 45;
x => x + 24;
};