Skip to content

This repository is a quest to write the Hello World program in 100 different ways. It's also a good place to start contributing because it's super simple. Start an issue, submit a PR!

Notifications You must be signed in to change notification settings

gilletted/100-ways-to-print-HelloWorld-in-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100-ways-to-print-HelloWorld-in-java

contributions welcome

This is a fun quest to find out different ways to print "Hello, World!" in java. It helps me refresh some concepts and it's a good exercise to think of new methods (java pun) to write a Hello World program.

Currently at : 14

[1] The usual way

[2] Using Command Line arguments

[3] Constructors!

[4] Am I inheriting multiple classes?

[5] Create a file. Write a file. Read a file. Thug life!

[6] Do I have to implement that?

[7] Swinging Buttons.

[8] Shh! Thread is sleeping.

[9] Runnable animation with a slice of Random

[10] Brute force. This is going to take a while (loop pun!).

[11] I make my own Exceptions.

[12] Using ENUM by pinarkaymaz6

[13] This guy Scanned it. by Crashn

[14] I ACSII you to print Hello World by Dirgh-Kotharia

Contribute 😉

Why would't you join me in my amazing quest?

  1. Fork it!
  2. Create your feature branch: git checkout -b new-branch
  3. Commit your changes: git commit -am 'Make a valuable addition'
  4. Push to the branch: git push origin new-feature
  5. Submit a pull request :D

About

This repository is a quest to write the Hello World program in 100 different ways. It's also a good place to start contributing because it's super simple. Start an issue, submit a PR!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%