Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Welcome! I need some help making my list... Learn how in the README

License

Notifications You must be signed in to change notification settings

RaidAndFade/HacktoberChallenges2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2018 ~ Week 4 Challenge [Final]

For previous challenges, please look at readmes.

This is part of a series of weekly projects that will be in this repository over the span of hacktoberfest. this is satire, it's meant to be cute and to see what potential PRs have (both during hacktoberfest and otherwise)

Hello World - Hardcore Mode

Raid is nearly finished perfecting his masterpiece, but he needs a sample of hello world in all the languages in the world!

How can I help?!

Raid, although boasts about knowing so many languages, actually only knows a few, and he wanted to see how all the languages looked like.

What do you mean by a sample of hello world?

It must be a command line hello world in your chosen language. The language you choose must not have already been chosen!

TEMPLATE

Your file must ask for their name, with Enter your name: , and then use that input to respond with Hello x!, replacing x with their name.

Here is an example of what you could do. Python is already taken.

# By RaidAndFade - https://github.com/RaidAndFade

name = input('Enter your name: ')
print("Hello",name+"!")

RULES

  1. Your submission must be in the HelloWorld directory HelloWorld/hello_world.{language}
  2. Your submission must NOT be a duplicate of someone else's submission. It MUST be UNIQUE (the language MUST be UNIQUE, the sample MUST be UNIQUE).
  3. Make sure to say who made it at the top of the file, using a comment.
  4. The submissions are all checked automatically, if it fails because your response is wrong, then you're not following the template.
  5. No Malicious Code (cookie sniffing, iframe hacking, css local file stealing, ios rootkits, while loops that never end, CPU Monero Miners)
  6. No NSFW (porn, nudes, pictures of your cat's testicles, severed heads)
  7. No ADS (No advertising your product, No third party ads)
  8. DO NOT MODIFY OTHER PEOPLE'S SUBMISSIONS. THESE PRS WILL BE INSTANTLY DENIED AND MARKED SPAM.

But why is this a challenge?

The point of this challenge is to show the insane variety of languages that nobody knows about. Cool huh?

Final note

Remember to check that your codes work by testing it beforehand! The template provided is VERY strict, you must follow the exact template in order to be merged.