diff options
| author | Scott Gasch <[email protected]> | 2016-06-01 19:39:59 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2016-06-01 19:39:59 -0700 |
| commit | 54539998209c0eeaf09ac850cf99cab1432c3509 (patch) | |
| tree | 231f4b23c85f022b4ec1ed443b04e9fb14f8a477 /puzzle.sln | |
Initial commit of sudoku puzzle solver.
Diffstat (limited to 'puzzle.sln')
| -rw-r--r-- | puzzle.sln | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/puzzle.sln b/puzzle.sln new file mode 100644 index 0000000..ff0f832 --- /dev/null +++ b/puzzle.sln @@ -0,0 +1,11 @@ +Microsoft Visual Studio Solution File, Format Version 8.00
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
|
