aboutsummaryrefslogtreecommitdiff
path: root/record.js
diff options
context:
space:
mode:
Diffstat (limited to 'record.js')
-rw-r--r--record.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/record.js b/record.js
index a23b550..2c138aa 100644
--- a/record.js
+++ b/record.js
@@ -1,3 +1,11 @@
+/*
+ Author: sotech117
+ License: Educational under Brown University
+ Date: 1/22/24
+ */
+
+// @ STUDENTS: DO NOT MODIFY THIS FILE!!
+
// generate a random UID for this user, on page load.
const UID = Math.round(Math.random() * 1000000);