• + 0 comments

    On Java 15, I get

    ~ no response on stdout ~

    from the code below. Am I missing something?

    public class Solution {
    
        public static void main(String[] args) {
            System.out.println("FOO");
        }
    }