GithubHelp home page GithubHelp logo

s-bridges / hacktoberfest_fizzbuzz Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 32.0 101 KB

Hacktoberfest FizzBuzz Challenge

Python 18.91% C++ 27.79% C 4.93% Java 12.10% Haskell 1.63% F# 1.63% JavaScript 7.73% R 1.42% Dart 2.20% PHP 3.93% Perl 1.44% Ballerina 3.15% CoffeeScript 0.70% Julia 0.71% Rust 2.18% Kotlin 1.93% PowerShell 3.34% Go 2.01% MATLAB 2.29%
hacktoberfest

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

aarkimos avatar adtyprayoga avatar ambujraj avatar bhavesh0206s avatar cappe987 avatar davidgokimmung avatar derniklaas avatar diab3t3s avatar doom3007 avatar frogo123 avatar gumeo avatar jtk-codes avatar kamleshbhalui avatar kp7742 avatar krish-gangwar avatar manuel-lang avatar mstewgt avatar necrashter avatar nitin-1906 avatar noeggfriedrice avatar rafbel avatar rehmatfalcon avatar rohitbakoliya avatar s-bridges avatar seschwartz avatar shubham14173 avatar spaceysama avatar swingcake avatar varuni-punchihewa avatar vincentalfred avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hacktoberfest_fizzbuzz's Issues

Excluded from Hactoberfest 2019

This is the message I received when completing the challenge and sending a pull request.
Your PR was submitted to a repository that we've excluded from Hacktoberfest as it doesn't align with our core values.

Pull requests here won’t count toward Hacktoberfest.

Hi there,

Thanks for your interest in Hacktoberfest and helping others learn how to make their first contributions to open source!

That said, high-quality contributions are part of the the core values of Hacktoberfest, so we kindly ask that you do not create repositories which allow users to quickly gain a PR toward completing the challenge.

We encourage you to take a look at our list of Hacktoberfest issues for inspiration and ideas about making meaningful contributions to open source projects.

Due to this, we've added this repository to our list of excluded repositories and pull requests here will not count toward Hacktoberfest 2019.

Please note, you are welcome to keep running this repository as a learning tool for new contributors to open-source, but pull requests won’t count toward Hacktoberfest.

Happy Hacking,
The Hacktoberfest Team

Hacktoberfest is presented by DigitalOcean and DEV.

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.