Hi, I’m Mahmoud
And this is a technical blog about things I find useful and/or interesting
Welcome to my blog ☕️ This is my first ever blog post. public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }