https://github.com/opensauce04/worlds-worst-hello-world
dumb
https://github.com/opensauce04/worlds-worst-hello-world
ash batch c hello-world helloworld lua nodejs php python3 r ruby rust rust-lang shell useless worst
Last synced: 3 months ago
JSON representation
dumb
- Host: GitHub
- URL: https://github.com/opensauce04/worlds-worst-hello-world
- Owner: OpenSauce04
- License: unlicense
- Created: 2019-09-16T18:37:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T07:15:38.000Z (about 6 years ago)
- Last Synced: 2025-01-01T22:32:48.843Z (9 months ago)
- Topics: ash, batch, c, hello-world, helloworld, lua, nodejs, php, python3, r, ruby, rust, rust-lang, shell, useless, worst
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# World's Worst Hello World
This is a random thing that I made in one day for no reason.#### The goal: to make a simple "Hello World" message but every letter is a different programming language.
If you (for some reason) want to run this, go to the cloned folder and type in these commands:
`cd code`
`sh depend.sh`
`sh main.sh`
And it will run the program.
Disclaimer: This will install a LOT of stuff onto your computer. to remove this, copy the depend.sh file, open it, replace `install` with `remove`, and delete all of the one you want to keep.
You can then save the file as something other than `depend.sh` and run it. it will now automatically uninstall all of the stuff that you chose.
If you get an error, you may not have Python 3 installed on your computer. if this may be the case, type this into the command prompt:
`sudo apt install python3 -y`
and try again.