Skip to content

remove binaries and IDE files; rename files properly - #68

Merged
swaaz merged 2 commits into
swaaz:hacktoberfestfrom
dk5ee:hacktoberfest
Sep 26, 2020
Merged

remove binaries and IDE files; rename files properly#68
swaaz merged 2 commits into
swaaz:hacktoberfestfrom
dk5ee:hacktoberfest

Conversation

@dk5ee

@dk5ee dk5ee commented Sep 26, 2020

Copy link
Copy Markdown

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

@dk5ee

dk5ee commented Sep 26, 2020

Copy link
Copy Markdown
Author

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

@swaaz swaaz left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Amazing work!!! @dk5ee

@swaaz

swaaz commented Sep 26, 2020

Copy link
Copy Markdown
Owner

@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