This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:spring2019:unix:projects:pwn0 [2019/04/16 16:42] – [Submission] wedge | haas:spring2019:unix:projects:pwn0 [2019/04/16 16:43] (current) – [Specifications] wedge | ||
---|---|---|---|
Line 465: | Line 465: | ||
* if statements | * if statements | ||
* loops | * loops | ||
- | * at least 1 function (use **function** keyword to identify) | ||
* your logic needs to: | * your logic needs to: | ||
* flow (one thing leads into the next, as best as possible) | * flow (one thing leads into the next, as best as possible) | ||
* make sense within the given context | * make sense within the given context | ||
- | * avoid redundancy | + | * avoid redundancy |
* be understood by you (no grabbing snippets that seem to " | * be understood by you (no grabbing snippets that seem to " | ||
* if you gain inspiration from some external resource, please cite it | * if you gain inspiration from some external resource, please cite it |