Closed haydenfree closed 6 years ago
Create a function generate_id(s::String) that creates a unique ID for the course. This is used when storing requisites.
generate_id(s::String)
For now just increment a global variable and assign the course a number starting at 1 for the first course.
Create a function
generate_id(s::String)
that creates a unique ID for the course. This is used when storing requisites.For now just increment a global variable and assign the course a number starting at 1 for the first course.