dangoslen / csc_510_hw1

CSC 510 HW Assignment 1 Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cool Repo Structure

Build Status

This project is simply a way to learn about how to create a good repository. It has

  • Code
  • Data
  • Tests
  • CI
  • CITATION (ZENODO for creating DOI)
  • README.md files
  • Requirements.txt
  • Contributing Guidelines
  • __init__.py
  • code.py
  • and so forth

Building

You will need Python 3.6. Use whatever tool you like to install it.

Once you have this, run the following

python3 setup.py install

About the code

The code checks whether the given number is an Armstrong number or not.

Making Contributions

Please ensure you are abiding by our Code of Conduct when making contributions to this repository.

About

CSC 510 HW Assignment 1 Repo

License:MIT License


Languages

Language:Python 100.0%