Rename files to match GitHub username

This commit is contained in:
Andrew Sun
2024-01-12 22:06:03 -05:00
committed by Gunnar Morling
parent 457c263a34
commit 69ffa8e04c
3 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ import java.util.concurrent.atomic.AtomicLongArray;
// based on spullara's submission
public class CalculateAverage_asun {
class CalculateAverage_asun {
private static final String FILE = "./measurements.txt";
private static final VectorSpecies<Byte> BYTE_SPECIES = ByteVector.SPECIES_256;