Projekt

Obecné

Profil

Stáhnout (356 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using Parser.Parsers;
2
using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.Text;
6
using System.Threading.Tasks;
7

    
8
namespace ServerApp
9
{
10
    class Program
11
    {
12
        static void Main(string[] args)
13
        {
14
            CsvParser p = new CsvParser();
15

    
16
            p.Parse();
17

    
18
            Console.ReadLine();
19
        }
20
    }
21
}
(2-2/4)