This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot-data
Watch
1
Star
0
Fork
You've already forked colobot-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dev-hd-graphics
colobot-data
/
ai
/
tcell1.txt
15 lines
114 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Transform CRLF to LF line endings Used GNU sed: sed 's/\x0D$//' -i *.txt */*.txt */*/*.txt
2012-12-29 10:30:42 +00:00
extern void object::Solution()
{
grab();
turn(90);
drop();
turn(-180);
grab();
turn(90);
drop();
}