chore(*): Move old solutions into a separate folder

This commit is contained in:
Josh Creek
2023-11-30 12:51:45 +00:00
parent ed3eb9cb54
commit b78d79a3af
117 changed files with 141 additions and 141 deletions
+17
View File
@@ -0,0 +1,17 @@
public class BinaryData
{
public int Digit0 { get; set; }
public int Digit1 { get; set; }
public int Digit2 { get; set; }
public int Digit3 { get; set; }
public int Digit4 { get; set; }
public int Digit5 { get; set; }
public int Digit6 { get; set; }
public int Digit7 { get; set; }
public int Digit8 { get; set; }
public int Digit9 { get; set; }
public int Digit10 { get; set; }
public int Digit11 { get; set; }
}