How many code lines can you write in the "Code Playground"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How many code lines can you write in the "Code Playground"?

I've made a rather big calculator and I wanted to post it for feedback but whenever I try to compile it it times out, so how what can I do?

6th Mar 2017, 8:49 PM
MangaBoy awn
MangaBoy awn - avatar
2 Answers
+ 9
Does it compile in your ide? Then try to copy just a minimum example to the playground (e.g. only one calculation method). Make sure you don't use a gui api, because playground can't handle that.
6th Mar 2017, 9:38 PM
Tashi N
Tashi N - avatar
+ 2
I've found the problem, apparently it doesn't recognize Console.ReadLine (); because there is a space ^ so it timed out before it could give me the exception
7th Mar 2017, 4:24 AM
MangaBoy awn
MangaBoy awn - avatar