Skip to content

Conversation

@dk5ee
Copy link

@dk5ee dk5ee commented Sep 26, 2020

removed some "a.out" binaries;
renamed uppercase directory to lower case;

@dk5ee
Copy link
Author

dk5ee commented Sep 26, 2020

Fixed some code:
-correct returns for every function
-implicit declaration of parameters
-removed unused variables

to compile everything in one go with bash and gcc:
for d in program*; do echo "$d"; cd "$d"; gcc -Wall program.c -lm; cd ..;done

remove all a.out: files:
find . -type f -name 'a.out' -exec rm {} +

@swaaz swaaz self-requested a review September 26, 2020 16:05
Copy link
Owner

@swaaz swaaz left a comment

Choose a reason for hiding this comment

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

Amazing work!!! @dk5ee

@swaaz
Copy link
Owner

swaaz commented Sep 26, 2020

@dk5ee I would love to see you contributing more to the open-source community ❤️

@swaaz swaaz merged commit 4e589a5 into swaaz:hacktoberfest Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants