-
Notifications
You must be signed in to change notification settings - Fork 289
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
Solve ProjectEuler #1 with ArnoldC #4
Comments
-Currently ArnoldC supports only 16bit signed integers so solving the problem is quite demanding |
Solve any Project Euler problem with ArnoldC and I'll be happy. |
I tried. Can you take a look? https://gist.github.com/besza/9229091 |
Here is my attempt: https://gist.github.com/MrBerg/9240899 |
Done: It would seem that the addition operation casts to an int32 if it would result in an overflow, so the problem can be done without any real magic. |
This is cool! |
Created the hello-world file in Objective-C
http://projecteuler.net/problem=1
Solve with ArnoldC.
The text was updated successfully, but these errors were encountered: