Partially changed file structure to suit VSCode
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user