PULL REQUESTS TO THIS REPOSITORY WILL NOT COUNT TOWARDS YOUR 4 HACKTOBER REQUESTS, ACCORDING TO #65
This is part of a series of weekly projects that will be in this repository over the span of october.
this is satire, it's meant to be cute and to see what potential PRs have (both during october and otherwise), as well as improve my management skills & my auto-auditing program and its submodules.
Make sure to add yourself to the contributors file.
Raid is sick and tired of having to say yes manually so many times. He needs a script that just says yes forever.
Raid needs to say yes in every single programming language on earth. If you know a language that is not already here, please help raid say yes.
TEMPLATE
Your file must print yes
forever - or until I decided that I've had enough and want to stop saying yes.
Here is an example of what you could do. Python is already taken.
# By RaidAndFade - https://github.com/RaidAndFade
while True:
print("yes")
Yes
directory Yes/yes.{language}
The point of this challenge is a simple test to start off Hacktoberfest with a tiny script. This sort of problem has been done many times before so for a seasoned programmer this should be very easy, and for new programmers it should be easy enough that they can figure it out quickly.
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.