Update main.c
Slight format change
This commit is contained in:
@@ -27,9 +27,7 @@ int main()
|
|||||||
int x_int = 10, y_int = 25;
|
int x_int = 10, y_int = 25;
|
||||||
|
|
||||||
print_pair(x_int, y_int, "Before");
|
print_pair(x_int, y_int, "Before");
|
||||||
|
|
||||||
swap(int, x_int, y_int);
|
swap(int, x_int, y_int);
|
||||||
|
|
||||||
print_pair(x_int, y_int, "After");
|
print_pair(x_int, y_int, "After");
|
||||||
|
|
||||||
float x_double = 99.99, y_double = 8.55;
|
float x_double = 99.99, y_double = 8.55;
|
||||||
|
|||||||
Reference in New Issue
Block a user