Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 4ae7050

Browse files
committed
pow and *= operator
1 parent ac01107 commit 4ae7050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ template<typename T> void printH(T a1, T a2) {
66
}
77

88
int main() {
9-
complex z1 = {3, 1};
9+
complex z1 = {3, 1};
1010
complex z2 = {5, -3};
1111
printH(z1, z2);
1212

0 commit comments

Comments
 (0)