We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hn_tests/opt/euler6-7.hn:
hnMain = { natr f = 6 print (natr natr) }
natr natr can be substituted for natr 0 (or other suitable placeholder argument) so natr can be inlined.
natr natr
natr 0
natr
The text was updated successfully, but these errors were encountered:
Fixed. See opt/euler6-7.hn - natr is properly inlined
Sorry, something went wrong.
No branches or pull requests
hn_tests/opt/euler6-7.hn:
natr natr
can be substituted fornatr 0
(or other suitable placeholder argument) sonatr
can be inlined.The text was updated successfully, but these errors were encountered: