Sort by

recency

|

2119 Discussions

|

  • + 0 comments

    print("Hello,World."

  • + 0 comments

    thats a cool small "intro" question. easy, but a cool "entreƩ". has the exam-question feel to it.

    import java.io.*;
    import java.util.*;
    
    public class Solution {
    
        public static void main(String[] args) throws IOException {
            BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
            String str = input.readLine();
            System.out.println("Hello, World.");
            System.out.println(str);
        }
    }
    
  • + 0 comments

    print ("Hello, World."

  • + 0 comments

    include

    int main(){ printf("hello world: "); return 0;

  • + 0 comments

    print("Hello , World")