Skip to content

TerraformTestLab/ideal-tribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ideal-tribble

A simple Java application that prints "Hello World" to the console.

Requirements

  • Java 8 or higher

Quick Start with GitHub Codespaces

This repository is configured to work with GitHub Codespaces. Simply:

  1. Click the "Code" button on GitHub
  2. Select "Codespaces" tab
  3. Click "Create codespace on main" (or your branch)

The development environment will automatically set up with:

  • Java 8 (OpenJDK)
  • VS Code Java Extension Pack
  • Java debugger
  • Java test runner
  • Maven support
  • Red Hat Java language support
  • IntelliCode

The Java version will be verified automatically upon container creation.

Project Structure

src/main/java/ibm/interview/code/HelloWorld.java - Main application file

How to Build

Compile the Java application:

javac -source 8 -target 8 src/main/java/ibm/interview/code/HelloWorld.java

How to Run

Run the application:

java -cp src/main/java ibm.interview.code.HelloWorld

Expected output:

Hello World

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •  

Languages