source:
branches/thasling/DistributedGA/DistributedGA.Core/Solution.cs
@
13538
Last change on this file since 13538 was 13524, checked in by thasling, 9 years ago | |
---|---|
File size: 203 bytes |
Rev | Line | |
---|---|---|
[13524] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using System.Threading.Tasks; | |
6 | ||
7 | namespace DistributedGA.Core | |
8 | { | |
9 | public class Solution | |
10 | { | |
11 | } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.