Skip to content

cits3007/lab01-leap-year

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CITS3007 lab 1 demo repository – leap year

This repository contains a Makefile and C code for a program (test_leap) intended to show whether a year (supplied as a command-line argument) is a leap year or not.

Building

Build with make.

Use

The program can be run by supplying a year as a command-line argument:

$ ./test_leap 1901
1901 is not a leap year

About

Lab 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published