Giter Site home page Giter Site logo

cyberkid2311 / cats_bats_spiders Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shew0lf/cats_bats_spiders

0.0 1.0 0.0 160 KB

FizzBuzz Challenge Hacktoberfest Style!

JavaScript 11.22% Perl 1.72% C 4.30% Ruby 2.00% Kotlin 2.08% Go 1.20% Python 29.68% Java 6.78% C++ 9.83% Shell 3.85% Pascal 1.57% Haskell 1.05% PHP 2.76% Rust 2.50% Scala 2.98% Lua 1.23% Julia 3.50% C# 9.73% R 1.14% Dart 0.88%

cats_bats_spiders's Introduction

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!

cats_bats_spiders's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.