Skip to content

Instantly share code, notes, and snippets.

View 3dgoose's full-sized avatar
📢
Honk Honk

Adam Ellouze 3dgoose

📢
Honk Honk
View GitHub Profile
@3dgoose
3dgoose / hello.java
Created July 28, 2023 12:12
TODO : convert to Kotlin with Android Studio
class hello_world {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}