Anonymous
12/10/14(Wed)07:14:34
67864330
Untitled.jpg
(104.45 KB, 751x423)
Ready to learn coding, /co/?
http://studio.code.org/s/frozen/stage/1/puzzle/1
Anonymous
12/10/14(Wed)08:28:54
67864990
#include <iostream>
using namespace std;
int main()
{
for(int i=0;i<100000;i++)
{
cout<<"ugay\n";
}
return 0;
}
Anonymous
12/10/14(Wed)08:49:39
67865256
Capture1.jpg
(66.31 KB, 732x407)
I can't figure this stupid fucking bullshit out
Anonymous
12/10/14(Wed)08:50:01
67865259
e67e0dabd8d73a1042d6d5af5d3818c7[1].jpg
(2714.86 KB, 1754x1235)
I did it, guys.
Anonymous
12/10/14(Wed)08:53:21
67865298
>blue controls movement
>green is a bunch of blue lines in a package
>pink does everything inside of it the amount of times specified.
What are you trying to do?