fixed typo <3

This commit is contained in:
ari melody 2024-02-11 00:45:00 +00:00
parent bb911ac8e4
commit cd1b5f2d32
Signed by: ari
GPG key ID: CF99829C92678188

2
main.c
View file

@ -5,7 +5,7 @@ int main() {
long long unsigned int size = 0;
printf("please enter the number of sizes (GiB) you would like to allocate (i.e. 4 = 4GiB):\n> ");
printf("please enter the number of bytes (GiB) you would like to allocate (i.e. 4 = 4GiB):\n> ");
int digit = 0;
while (1) {
char input = getchar();