Skip to content

Commit a41dd83

Browse files
committed
2 parents d10435e + e3c8049 commit a41dd83

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

File renamed without changes.

test/conversions.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ using namespace std;
44
using namespace mlb;
55

66
int main() {
7-
cout << "Test convertions: 1 inch = " << inch2cm(1) << " centimeters" << endl;
8-
cout << "Test convertions: 1 centimeter = " << cm2inch(1) << " inches" << endl;
9-
cout << "Test convertions: 1 yard = " << yard2cm(1) << " centimeters" << endl;
10-
cout << "Test convertions: 1 centimeter = " << cm2yard(1) << " yards" << endl;
11-
cout << "Test convertions: 1 mile = " << mile2km(1) << " kilometers" << endl;
12-
cout << "Test convertions: 1 kilometer = " << km2mile(1) << " miles" << endl;
7+
cout << "Test conversions: 1 inch = " << inch2cm(1) << " centimeters" << endl;
8+
cout << "Test conversions: 1 centimeter = " << cm2inch(1) << " inches" << endl;
9+
cout << "Test conversions: 1 yard = " << yard2cm(1) << " centimeters" << endl;
10+
cout << "Test conversions: 1 centimeter = " << cm2yard(1) << " yards" << endl;
11+
cout << "Test conversions: 1 mile = " << mile2km(1) << " kilometers" << endl;
12+
cout << "Test conversions: 1 kilometer = " << km2mile(1) << " miles" << endl;
1313
return 0;
1414
}

0 commit comments

Comments
 (0)