CS 440 Spring 2023 Homework 0 (10 points)This homework is just to make sure OCaml is set up properly on your computer (and also to take a quick survey of the class; your survey responses will only be used to help us design lectures and assignments, they won't be published.) Completing the homework properly is worth 10 points. There are no wrong answers to the survey. You will edit only the file Getting the code
At this point, if you're familiar with Git and Github, you can clone the repo and start working. If not, read this quick Git tutorial Long story very, very short (please do read the tutorial though, as there's some setup you'll probably need to do if you haven't set up Git on your (virtual) machine yet), clone the repo:
to create a new folder called ExercisesWhen you clone the repo, it will have the file
Replace the values with your answers, but don't change the variable names, e.g.,
When you're done, save the file and compile it by running (in the same folder as
This should produce the executable
This will not produce any output on the console, but will produce the file
The file should contain your survey answers. If everything looks good, commit your changes and the text output with
When you're ready to submit, push your changes to the repo.
You're welcome to push to the repo as many times as you want; this can be useful to back up your work. We will only grade the most recent submission. Important note: For some assignments (including this one), Github
will run some automatic checks on your commits and display whether they pass
(it may label this "Autograding"). These are not all of the tests we
will run on your code for grading (we run additional automated tests of your
code and also do some manual grading), and passing these tests does not
mean you get full credit. For this assignment, for example, the Github tests
just make sure you remembered to add |