source:
branches/thasling/DistributedGA/DistributedGA.Core/Solution.cs
@
13554
Last change on this file since 13554 was 13524, checked in by thasling, 9 years ago | |
---|---|
File size: 203 bytes |
Line | |
---|---|
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.