-
Notifications
You must be signed in to change notification settings - Fork 9
add cs537 spring 2018 midterm #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
777lefty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't touch every code snippet, this one looks good to me as long as every code snippet is in code block
| while (1) | ||
| printf("%s", str); | ||
| return 0; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code block here better
| int main(int argc, char *argv[]) { | ||
| value = 0; | ||
| return 0; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code block here better
| pthread_join(p2, NULL); | ||
| printf(\"%d\\n\", counter); | ||
| return 0; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code block here better
| fork(); | ||
| printf(\"b\"); | ||
| return 0; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code block here
Description
Add CS 537 Spring 2018 Midterm exam dataset and solution file to the repository.
Changes
Testing
Ran data preparation script: python3 courseexam/prepare.py, completed without errors.
Checklist