Skip to content

Update 1.fc#2

Open
hozard wants to merge 1 commit intoton-blockchain:masterfrom
hozard:patch-2
Open

Update 1.fc#2
hozard wants to merge 1 commit intoton-blockchain:masterfrom
hozard:patch-2

Conversation

@hozard
Copy link

@hozard hozard commented Feb 1, 2024

(int) gcd(int a, int b) method_id {
while (b != 0) {
int temp = a % b;
a = b;
b = temp;
}
return a;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant