diff options
author | Camil Staps | 2017-10-23 08:49:42 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-23 08:49:45 +0200 |
commit | d71d4eca674860654aea4487b941fc42f1a886b1 (patch) | |
tree | 63e326a1607db9f02afff9c0d70d3d5a75707269 /assignment-6/multiplechoice.icl | |
parent | Use roles (diff) |
Student numbers
Diffstat (limited to 'assignment-6/multiplechoice.icl')
-rw-r--r-- | assignment-6/multiplechoice.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assignment-6/multiplechoice.icl b/assignment-6/multiplechoice.icl index e76ef9d..ace752e 100644 --- a/assignment-6/multiplechoice.icl +++ b/assignment-6/multiplechoice.icl @@ -1,5 +1,7 @@ module multiplechoice +// Homework by Laurens Kuiper (s4467299) and Camil Staps (s4498062) + from StdEnv import flip from Data.Func import $ |