Skip to content

Instantly share code, notes, and snippets.

@makochang
Last active August 29, 2015 14:13
Show Gist options
  • Save makochang/fdc21c8fba9a55277d2b to your computer and use it in GitHub Desktop.
Save makochang/fdc21c8fba9a55277d2b to your computer and use it in GitHub Desktop.
using System;
class ConsoleInput{
static void Main(){
string input;
input=Console.ReadLine();
Console.WriteLine(input);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment