Skip to content

Commit d244884

Browse files
committed
add walkthroughs to resize
1 parent ac7c41d commit d244884

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_pages/2019/spring/psets/3/resize/less/resize.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ Implement a program called `resize` that resizes (i.e., enlarges) 24-bit uncompr
123123
+ If your program is not executed with such, it should remind the user of correct usage, as with `printf`, and `main` should return `1`.
124124
* Your program, if it uses `malloc`, must not leak any memory. Be sure to call `free`.
125125

126+
== Walkthrough
127+
128+
video::zOylgRdzv_U[youtube]
129+
126130
== Usage
127131

128132
Your program should behave per the examples below. Assumed that the underlined text is what some user has typed.

_pages/2019/spring/psets/3/resize/more/resize.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ Implement a program called `resize` that resizes (i.e., enlarges or shrinks) 24-
123123
+ If your program is not executed with such, it should remind the user of correct usage, as with `printf`, and `main` should return `1`.
124124
* Your program, if it uses `malloc`, must not leak any memory.
125125

126+
== Walkthrough
127+
128+
video::iv9cw-PTSnA[youtube]
129+
126130
== Usage
127131

128132
Your program should behave per the examples below. Assumed that the underlined text is what some user has typed.

0 commit comments

Comments
 (0)