commit from Arch

This commit is contained in:
2026-09-07 21:01:20 -04:00
parent 1bae4e44b0
commit 8a6d0f9113
2 changed files with 1 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const (
// In other words, the binary number that is 1 followed by 100 zeroes.
Big = 1 << 100
//shoft it right 99 places
// shoft it right 99 places
Small = Big >> 99
)