Skip to content

Commit cd7c217

Browse files
committed
random edit to main
1 parent bce6e02 commit cd7c217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ int main()
2020
cout << "Remainder: " << x % y << endl;
2121
cout << "Square Root: " << sqrt(x) << endl;
2222
cout << "Square: " << pow(x, y) << endl;
23-
cout << "this is a change for ymal" << endl;
23+
//cout << "this is a change for ymal" << endl;
2424
return 0;
2525
}

0 commit comments

Comments
 (0)