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

Changed the code to "write(1,"abcdefghijklmnopqrstuvwxyz"24) to the a… #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gmappy
Copy link

@gmappy gmappy commented Oct 24, 2018

…rticle

Copy link
Owner

@jraleman jraleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your interest! But there are some issues

  • Remember that this is a function, so remove the main function, and replace it back with ft_print_alphabet().
  • Remember to test your code, you forgot to add a comma right after the string, before the number of bytes to be written "...xyz", 42);.
  • Remember to norm the code, you forgot the parenthesis in the return statement, change it to return (0);... But since we are implementing a void function, don't return anything, or just declare it as return ;.

@marisargsyan
Copy link

hi, can anybody help me . I just need to know how to open piscine 42 exercises solution files, to view solutions. I find difficulties. I'm new in git hub

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.

None yet

3 participants