using System;
public class Program
{
public static void Main()
try{
string text = System.IO.File.ReadAllText(@"C:\Users\kisha\Downloads\1633172046729-base.txt");
System.Console.WriteLine("Contents of WriteText.txt = {0}", text);
System.Console.WriteLine(text);
}catch(Exception e){
}