Created
January 23, 2020 11:16
-
-
Save fjod/2f5bca02fd9e3ca5acad7beadc8c6b73 to your computer and use it in GitHub Desktop.
junior
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
double[] base1 = {1,2,3,4,5,6}; | |
var ret = new TushinoDb(); | |
for (int i = 1; i < 7; i++) ret.AddCut(new TushinCut(base1[i-1] , 2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment