Skip to content

fix program 25 to behave as described in comment #32

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

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

mbkulik
Copy link
Contributor

@mbkulik mbkulik commented Jan 18, 2023

Currently 25.prg produces different output than is described in the comment # print 14, 12, 10, ... 0.

As written, it produces the following output:

0
12
10
8
6
4
2

The following PR, modifies 25.prg to produce the output as described in the program comment.

14
12
10
8
6
4
2
0

@jackdoe jackdoe merged commit 476732c into jackdoe:master Jan 18, 2023
@jackdoe
Copy link
Owner

jackdoe commented Jan 18, 2023

thanks a lot for finding this out!
i will make a note for it on the webpage as well, and make sure i use it when i re-print the deck

@jackdoe
Copy link
Owner

jackdoe commented Jan 18, 2023

i added attribution with 9fee9c9, you can see it at the bottom of the page: https://punkx.org/4917/

thanks again for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants