Page 1 of 1

What programming languages can I use?

Posted: Wed Feb 16, 2011 10:42 pm
by geekchick30
Hi,

Which programming languages can I use for the Project Euler problems? Also, do I post my code in the Answer box? Just want to make sure.

Thanks

Re: What programming languages can I use?

Posted: Thu Feb 17, 2011 12:25 am
by rayfil
You can use any programming language you want. Some are more efficient than others but it's your choice.

You only enter the required answer in the answer box. Nothing else. For example, if the problem is to obtain the sum of the integers from 1 to 10 inclusive, you would enter 55 in the answer box, regardless of how you arrive at that answer.

Re: What programming languages can I use?

Posted: Fri Feb 18, 2011 10:49 pm
by geekchick30
Thank you.