mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Fix p7.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Range_primes } from "../helpers/range.ts";
|
||||
|
||||
export default function main() {
|
||||
return Range_primes().at(10001);
|
||||
return Range_primes().at(10_000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user