mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-30 09:06:53 +08:00
Comment modifications-2
This commit is contained in:
@@ -303,6 +303,6 @@ static void test() {
|
||||
int main() {
|
||||
uint128_t_tests(); // running predefined 128-bit unsigned integer tests
|
||||
uint256_t_tests(); // running predefined 256-bit unsigned integer tests
|
||||
test(); // running predefined tests
|
||||
test(); // running self-test implementations
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user