Comment 12 for bug 525547

Revision history for this message
C.J. Collier (cjcollier) wrote : Re: [FFe] Please sync dlr-languages 20090805+git.e6b28d27+dfsg-1 from Debian unstable (main)

$ cat hello.py ; echo '---' ; ipy hello.py
import clr
clr.AddReference('System')
from System import Console
Console.WriteLine("Hello, World!")
---
Hello, World!

$ cat hello.rb ; echo '---' ; ir hello.rb
System::Console::WriteLine("Hello, World");
---
Hello, World

$ echo "" > Rakefile ; irake -T && echo $?
(in /usr/src/git/colliertech/dlr-examples)
0

$ igem --version
1.3.5