We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 0: Hello, World.
Day 0: Hello, World.
Sort by
recency
|
2123 Discussions
|
Please Login in order to post a comment
import java.util.*; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String input = sc.nextLine(); System.out.println("Hello, World."); System.out.println(input); } }
Video is hidden...
Python are great for newcomer like me !!!
radium code free
print("Hello,World."