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

Added: hwolfe71_leapyear.c #386

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

Conversation

hwolfe71
Copy link

@hwolfe71 hwolfe71 commented Oct 9, 2019

Please describe your program and how to run it.

A simple program to tell if a year is a leap year.
Compile with gcc (executable is a.out) or use make (executable is hwolfe71_leapyear)
To run, type the name of the executable followed by the year to check.
./a.out 2019 or ./hwolfe71_leapyear 2019


What Programming Language?

C

@wzhouwzhou wzhouwzhou added hacktoberfest-accepted Hacktoberfest! Lang: C Contributions made in C labels Oct 11, 2019
@wzhouwzhou wzhouwzhou added this to In progress in Hacktoberfest 2019 via automation Oct 11, 2019
Hacktoberfest 2019 automation moved this from In progress to Reviewer approved Oct 11, 2019
wzhouwzhou
wzhouwzhou previously approved these changes Oct 11, 2019
Hacktoberfest 2019 automation moved this from Reviewer approved to Review in progress Oct 3, 2021
Copy link
Owner

@wzhouwzhou wzhouwzhou left a comment

Choose a reason for hiding this comment

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

LGTM!

Hacktoberfest 2019 automation moved this from Review in progress to Reviewer approved Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest! Lang: C Contributions made in C
Projects
Hacktoberfest 2019
  
Reviewer approved
Development

Successfully merging this pull request may close these issues.

None yet

2 participants