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
- Host: GitHub
- URL: https://github.com/dbc2201/helloworld
- Owner: dbc2201
- License: gpl-3.0
- Created: 2022-08-16T18:18:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T18:59:22.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T08:39:35.499Z (over 1 year ago)
- Topics: java
- Language: Java
- Homepage: https://dbc2201.github.io/Project-O.O.R.J.A/
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)