diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-28 22:09:29 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-29 01:16:25 +0200 |
commit | 48e39e44dbe267f8945e9d597e61fd8aa3dfb376 (patch) | |
tree | c75e854fadc20d827cd5b422c5ab0f1a45cdf1d2 /bin/rtt-update-elo | |
parent | 7a93787dfe5cdaba3eed98ed8edd19674186430b (diff) | |
download | server-48e39e44dbe267f8945e9d597e61fd8aa3dfb376.tar.gz |
Improved fuzzing.
Diffstat (limited to 'bin/rtt-update-elo')
-rwxr-xr-x | bin/rtt-update-elo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rtt-update-elo b/bin/rtt-update-elo index 538964a..9e04224 100755 --- a/bin/rtt-update-elo +++ b/bin/rtt-update-elo @@ -1,4 +1,5 @@ #!/usr/bin/env -S node +"use strict" // Recompute Elo ratings from scratch! |