Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/144 multiply groovy combinations #146

Merged
merged 2 commits into from
Oct 27, 2018
Merged

Issue/144 multiply groovy combinations #146

merged 2 commits into from
Oct 27, 2018

Conversation

piotrgajow
Copy link
Contributor

Please describe your one-line program and how to run it.

Method to multiply two integers without arithmetic/bitwise operators.

Uses operations on collections.
multiply(5, 4)
Creates two lists of size equal to input numbers and finds the size of their cartesian product.

(issue #144 )

What Programming Language?

Groovy

@wzhouwzhou wzhouwzhou added hacktoberfest-accepted Hacktoberfest! Lang: First Contributor First program of a certain language in this repository Lang: Groovy Contributions made in Groovy labels Oct 27, 2018
@wzhouwzhou
Copy link
Owner

wzhouwzhou commented Oct 27, 2018

Thank you for making the first program in Groovy in this repository!

@wzhouwzhou wzhouwzhou merged commit 6bf2082 into wzhouwzhou:master Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest! Lang: First Contributor First program of a certain language in this repository Lang: Groovy Contributions made in Groovy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants