using System;
using System.IO;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
int[] arr = new int[char.MaxValue];
string s = File.ReadAllText("d:\\data.txt");
Console.WriteLine(s);
}
}
}
/*
run:
java c c++ c# php
javascript
python
*/