Partially changed file structure to suit VSCode

This commit is contained in:
Louise Brown
2022-10-24 14:01:59 +01:00
parent 1c0a9e7b6a
commit a2c8695634
29 changed files with 30 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ int main(void)
// declare variable
char c;
printf("Input a character: ");
// Wait for a kepypress, store result in c
c = getchar();