GithubHelp home page GithubHelp logo

bhavesh0206s / hacktoberfest_fizzbuzz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s-bridges/hacktoberfest_fizzbuzz

0.0 1.0 0.0 74 KB

Hacktoberfest FizzBuzz Challenge

Python 14.84% C++ 31.16% C 6.27% Java 13.04% Haskell 2.07% F# 2.07% JavaScript 5.76% R 1.81% Dart 2.80% PHP 3.09% Perl 1.83% Ballerina 4.01% CoffeeScript 0.89% Julia 0.90% Rust 2.77% Kotlin 2.45% PowerShell 4.24%

hacktoberfest_fizzbuzz's Introduction

Hacktoberfest_Fizzbuzz

Hacktoberfest FizzBuzz Challenge

This challenge is meant to help developers solve the FizzBuzz challenge in their respective programming language, as well as teach new GitHub users how to make their first Pull Request in honor of Hacktoberfest's 2019 campaign.

Problem

Write a short program that prints each number from 1 to 100 on a new line. For each multiple of 3, print "Rat" instead of the number. For each multiple of 5, print "Ghost" instead of the number. For numbers which are multiples of both 3 and 5, print "Spider" instead of the number.

Write a solution (or reduce an existing one) so it has as few characters as possible.

How to Create a Pull Request in GitHub

  • Click on the fork in the top right corner of this repo.
  • Clone fork to your machine.
    git clone https://github.com/${username}/Hacktoberfest_Fizzbuzz
  • Create a branch titled your programming language.
    git checkout -b python or git checkout -b cpp
  • Create a new file in the challenge folder titled with your username.language extension.
    s-bridges.py or s-bridges.cpp
  • Include your github link in the top above your code.
  • Optional: Open CONTRIBUTING.MD add your name, github link, and any information you feel like sharing.
  • Add and commit your changes
    git add .
    git commit -m 'I wrote this in C#'
    git push origin branch-name
  • Create a new pull request from your published forked repositiory.
    Click new pull request at top of repo
  • Wait for approval :)

hacktoberfest_fizzbuzz's People

Contributors

s-bridges avatar manuel-lang avatar varuni-punchihewa avatar aarkimos avatar seschwartz avatar swingcake avatar rohitbakoliya avatar jtk-codes avatar davidgokimmung avatar diab3t3s avatar cappe987 avatar vincentalfred avatar shubham14173 avatar necrashter avatar gumeo avatar derniklaas avatar adtyprayoga avatar spaceysama avatar nitin-1906 avatar mstewgt avatar kp7742 avatar krish-gangwar avatar kamleshbhalui avatar caburum avatar reedship avatar blackmg27 avatar ankitchahar avatar fatkhar avatar

Watchers

James Cloos 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.