Wwaspyinwaspy.hashnode.dev·Oct 5, 2025 · 1 min readTest Code Chanllenge PostProblem Add two integers Solution public static void main(String args[]) { int first = args[0]; int second = args[0]; int result = first + second; System.out.println(result); }00
Wwaspyinwaspy.hashnode.dev·Oct 5, 2025 · 1 min readThe first post on Hashnode in englishHello HashNode! This is my first blog post on HashNode.I’m a Korean full-stack developer, and I’m trying to write my blog in English instead of Korean.I’m not sure if I can keep writing every post in English,but I believe this way will help me impr...00