curse you clang! and your "no new line at end of file" warning!

This commit is contained in:
Parker Macdonald 2024-12-08 01:59:58 -07:00
parent f6b142d0d5
commit 4bcf49b54c
3 changed files with 3 additions and 3 deletions

View file

@ -76,4 +76,4 @@ int main(void) {
fclose(fp);
return 0;
}
}

View file

@ -84,4 +84,4 @@ int main(void) {
fclose(fp);
return 0;
}
}

View file

@ -88,4 +88,4 @@ int main(void) {
fclose(fp);
return 0;
}
}