Skip to content

Deepthi1116/HacktoberChallenges

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 unique version of hello world in your chosen language. The language you choose must be one that has not been done by another fellow contributor.

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 prove that you know how to code in coding languages, rather than simple HTML. THE LAST THING I WANT TO SEE FROM THIS CHALLENGE IS A BUNCH OF GENERIC HELLO WORLD FILES

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.2%
  • CSS 24.4%
  • JavaScript 21.4%
  • Python 2.0%