You are viewing a single comment's thread. Return to all comments →
class Solution { static void Main(String[] args) {
String inputString; inputString = Console.ReadLine(); Console.WriteLine("Hello, World."); Console.WriteLine(inputString); }
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Hello, World.
You are viewing a single comment's thread. Return to all comments →
class Solution { static void Main(String[] args) {