Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.IO;
- namespace ConsoleApplication1
- {
- class Program
- {
- static void Main(string[] args)
- {
- int kiindulomagassag;
- StreamReader r new StreamReader("faszom.txt", Encoding.Default);
- kiindulomagassag = Convert.ToInt64(r.ReadLine());
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment