[ create a new paste ] login | about

Link: http://codepad.org/zLIDz7Zx    [ raw code | output | fork ]

torhu - D, pasted on Jul 4:
1
2
3
4
5
6
7
8
import tango.core.Version;
import tango.io.Stdout;

void main()
{
  Stdout(__VERSION__).newline;
  Stdout(Tango*1000).newline;
}


Output:
1
2
1026
994.00


Create a new paste based on this one


Comments: