number adjustment
This commit is contained in:
parent
9e087aae4e
commit
66f2a94597
@ -1,7 +1,7 @@
|
|||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
pub fn main() !void {
|
pub fn main() !void {
|
||||||
const n: i32 = -27;
|
const n: i32 = 100000;
|
||||||
const res = try getMostDivisors(n);
|
const res = try getMostDivisors(n);
|
||||||
defer res.deinit();
|
defer res.deinit();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user