Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-08 18:54:01 -05:00
commit ba19117d46

View File

@ -175,7 +175,7 @@ function design4(input) {
dist = Math.sqrt(
(i - radius) * (i - radius) +
(j - radius) * (j - radius)
(j - radius)
);
// dist should be in the range (radius - 0.5)