Skip to content

Instantly share code, notes, and snippets.

@karenpayneoregon
Created December 18, 2025 21:36
Show Gist options
  • Select an option

  • Save karenpayneoregon/a1ebe198fbae3e5b062337f14c633fbd to your computer and use it in GitHub Desktop.

Select an option

Save karenpayneoregon/a1ebe198fbae3e5b062337f14c633fbd to your computer and use it in GitHub Desktop.
Training
internal class Program
{
static void Main(string[] args)
{
string userInput = Console.ReadLine();
Console.WriteLine(Convert.ToInt32(userInput));
Console.ReadLine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment