Skip to content

Instantly share code, notes, and snippets.

View Sbai363's full-sized avatar

M.Jalal Sbai Sbai363

View GitHub Profile
@Sbai363
Sbai363 / HelloWorld.java
Last active October 1, 2025 09:54
Java Program
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
System.out.println("Hallo, Welt");
}
}