Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _pages/2019/x/psets/3/resize/more/resize.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Implement a program called `resize` that resizes (i.e., enlarges or shrinks) 24-
* Your program should accept exactly three command-line arguments, whereby
+
--
** the first (`f`) must be a positive floating-point value less than or equal to 100.0,
** the first (`f`) must be a floating-point value in the range (0.0, 100.0] (ie., a positive value less than or equal to 100.0),
** the second must be the name of a BMP to be resized, and
** the third must be the name of the resized version to be written.
--
Expand Down