Skip to content
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

Makefile & array[10] #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

42mgr
Copy link

@42mgr 42mgr commented Oct 24, 2022

  • makefile now indented with tabs instead of spaces (didn't compile)
  • array[10] so that n = 9 can works (now only up to 8)

My first contribution ever on Github. I can imagine that the mistakes were added on purpose to slow down copycats.

paloalto2014 added 2 commits October 24, 2022 22:03
- array[10] so that n = 9 can works (now only up to 8)

My first contribution ever on Github. I can imagine that the mistakes were added on purpose to slow down copycats.
@42mgr
Copy link
Author

42mgr commented Oct 24, 2022

  • checking for valid input 0 < n < 10 (assuring that e.g. char 'z' is passed in)

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.

1 participant