summaryrefslogtreecommitdiff
path: root/assignment-4/student.icl
diff options
context:
space:
mode:
authorCamil Staps2017-10-05 12:11:14 +0200
committerCamil Staps2017-10-05 12:13:15 +0200
commit520d98351439d255e53dea9ae288fcc6f48ef9d4 (patch)
treec583658eec0d34154409b317c6a4ed4996212168 /assignment-4/student.icl
parentFix f3 of A4.1 (diff)
Student numbers; program output
Diffstat (limited to 'assignment-4/student.icl')
-rw-r--r--assignment-4/student.icl9
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