Tue Oct 10 2023 14:16:54 GMT+0000 (Coordinated Universal Time)
Saved by @TestProSupport
public class Main { public static void main(String[] args) { int a = 7; int b = 7; System.out.println(a == b); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments