An open API service indexing awesome lists of open source software.

https://github.com/dbc2201/helloworld

Project OORJA > Java Basics > Hello World
https://github.com/dbc2201/helloworld

java

Last synced: about 1 year ago
JSON representation

Project OORJA > Java Basics > Hello World

Awesome Lists containing this project

README

          

# Project-O.O.R.J.A

---

## Online Open-source Resources for Java Aficionados

---

## Java Basics

---

### Problem Statement

---

Write the `Hello, World!` program in Java.

---

### Task

1. Fork the repository by clicking on the `Fork` button.
2. Clone the repository to your computer using
IntelliJ. ([How-To?](https://www.jetbrains.com/help/idea/manage-projects-hosted-on-github.html#clone-from-GitHub))
3. Open the [source code file](src/main/java/io/github/dbc/Main.java) and complete the task written in the TODO comment.
4. Open the [test cases file](src/test/java/io/github/dbc/MainTest.java) and run the test cases to verify your source
code.

---

### Fun Resources

1. [The History of Hello World by SoftwareGuild](https://www.thesoftwareguild.com/blog/the-history-of-hello-world/)
2. [The Hello World Collection](http://helloworldcollection.de/)
3. [Hello World: A Timeless Bit of Code on VMWare Open Source Blog](https://blogs.vmware.com/opensource/2020/04/22/hello-world-timeless-code/)
4. [The History of Hello World by HackerRank](https://www.hackerrank.com/blog/the-history-of-hello-world/)
5. [Ask the Expert: Hello, Brian – A conversation with Dr. Brian Kernighan, creator of “hello, world” from Microsoft Developer YoutTube Channel](https://youtu.be/ufB53UE2Cvo)