diff options
author | Camil Staps | 2017-10-05 12:11:14 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-05 12:13:15 +0200 |
commit | 520d98351439d255e53dea9ae288fcc6f48ef9d4 (patch) | |
tree | c583658eec0d34154409b317c6a4ed4996212168 /assignment-4/student.icl | |
parent | Fix f3 of A4.1 (diff) |
Student numbers; program output
Diffstat (limited to 'assignment-4/student.icl')
-rw-r--r-- | assignment-4/student.icl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assignment-4/student.icl b/assignment-4/student.icl index ea0bcdf..2daff18 100644 --- a/assignment-4/student.icl +++ b/assignment-4/student.icl @@ -1,5 +1,14 @@ module student +// Laurens Kuiper (s4467299) +// Camil Staps (s4498062) + +// Example output: +// Your first name please: Camil +// Your last name please: Staps +// Your student number please: 4498062 +// {Student|fname=Camil,lname=Staps,snum=4498062} + import StdEnv, StdMaybe, monad /* * Pieter Koopman, pieter@cs.ru.nl |