Implemented and tested Base_X_2_Y

This commit is contained in:
Leonetienne
2022-02-27 16:55:18 +01:00
parent 88d78a472b
commit 932bd62477
4 changed files with 173 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ add_executable(Test
Ord.cpp
StringDivision.cpp
BaseX_2_10.cpp
BaseX_2_Y.cpp
)
target_link_libraries(Test GeneralUtility)