Skip to content

sabrinakoehler/Cats_Bats_Spiders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats, Bats, and Spiders Hacktoberfest Starter Project

This project is open to anyone on Github, especially those of us who are new to the open source community! Here you can practice contributing to an open source project, and get more comfortable contributing to others here on Github.

I thought it would be fun to create a simple FizzBuzz challenge project but in the spirit of Halloween, use cats, bats, and spiders!

Rules

Write a program that prints the numbers from 1 to 100, but for numbers that are multiples of 3, print 'cats' instead of the number, for numbers that are multiples of 5 print 'bats' instead of the number, and for numbers that are multiples of both 3 and 5 print 'spiders'.

Getting Started

You may complete this challenge in any language you choose!

  1. Fork this repository (Click the Fork button in the top right of this page)

  2. Clone your fork down to your local machine

  git clone https://github.com/${your_username}/cats_bats_spiders
  1. Create a branch
  git checkout -b branch-name
  1. Create a new file in the scripts folder titled your_name.xxx (file extention appropriate to your language of choice)
  2. Write your code with the following comments at the top of the file filled out with your info
  Author:
  Language:
  Github:
  1. Optional: Add your name to the CONTRIBUTING.md file in the following format
    #### Name: [your name](Github link)
    - Bio: anything you want to tell us about yourself!
  1. Add and commit your changes
  git add .
  git commit -m 'commit message'
  git push origin branch-name
  1. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  2. Wait for your PR review and merge approval!

Happy Hacktober!

About

FizzBuzz Challenge Hacktoberfest Style!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 22.5%
  • Io 9.5%
  • JavaScript 9.0%
  • Java 8.5%
  • C# 8.3%
  • C++ 5.9%
  • Other 36.3%