Skip to content

Commit f38c08b

Browse files
demonstrate variables further (#7)
1 parent fdd5ff4 commit f38c08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2_variables.c renamed to 02_variables.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ int main() {
1111
printf("%f\n", myFloatNum);
1212
printf("%c\n", myLetter);
1313
return 0;
14-
}
14+
}

0 commit comments

Comments
 (0)