revcompgeek Wrote:
> On 12/27/09 9:52 AM, Michael P. wrote:
> > revcompg...@gmail.com Wrote:
> >
> >> So I tried building Tango trunk a while ago, and it actually built
> >> surprisingly well, with only one small error I was able to fix. So I
> >> installed the tango library and proceeded to test
On 12/27/09 9:52 AM, Michael P. wrote:
revcompg...@gmail.com Wrote:
So I tried building Tango trunk a while ago, and it actually built
surprisingly well, with only one small error I was able to fix. So I
installed the tango library and proceeded to test if tango was really
working. So in hello.
revcompg...@gmail.com Wrote:
> So I tried building Tango trunk a while ago, and it actually built
> surprisingly well, with only one small error I was able to fix. So I
> installed the tango library and proceeded to test if tango was really
> working. So in hello.d:
>
> import tango.io.Stdout;
So I tried building Tango trunk a while ago, and it actually built
surprisingly well, with only one small error I was able to fix. So I
installed the tango library and proceeded to test if tango was really
working. So in hello.d:
import tango.io.Stdout;
void main(){ Stdout("Hello {}!","World")