Hatef
banner
hatef.bsky.social
Hatef
@hatef.bsky.social
Living life
Some say "13" is a cursed number, but originally it's a happy number!

13 => 1^2 + 3^2 = 10
10 => 1^2 + 0^2 = 1
June 15, 2023 at 9:02 PM
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
May 30, 2023 at 6:44 PM