did this not have indentation?

huh?
This commit is contained in:
ilikecats 2024-07-06 00:08:41 +00:00
parent f25e7f8be6
commit 350d511cc6

View File

@ -1,4 +1,3 @@
// Generate primes using the sieve of eratosthenes
#include <iostream>
#include <vector>