SatIndex.cs
author StephaneLenclud
Thu, 04 Oct 2018 19:25:35 +0200
changeset 8 adff2dec03a0
child 9 b77b09f680e7
permissions -rw-r--r--
Fixing broken KingOfSat parser.
     1 using System;
     2 using System.Collections.Generic;
     3 using System.Linq;
     4 using System.Text;
     5 using System.Threading.Tasks;
     6 
     7 namespace SatChanGen
     8 {
     9     class SatIndex
    10     {
    11     }
    12 }