fork download
  1. import java.util.*;
  2. import java.lang.*;
  3. import java.io.*;
  4.  
  5. class Codechef
  6. {
  7. public static void main (String[] args) throws java.lang.Exception
  8. {
  9. // your code goes here
  10. System.out.println("HELLO BRO");
  11. }
  12. }
  13.  
Success #stdin #stdout 0.12s 54700KB
stdin
Standard input is empty
stdout
HELLO BRO