Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 2 and Version 3 of PythonChallenge0Native

Show
Ignore:
Author:
jpelcis (IP: 68.112.60.116)
Timestamp:
08/29/06 22:19:17 (18 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonChallenge0Native

    v2 v3  
    88 
    99void main () { 
    10         Stdout.print(1L << 38)
     10        Stdout.print(1L << 38).flush()
    1111} 
    1212}}} 
    1616{{{ 
    1717#!d 
    18         Stdout.print(1L << 38)
     18        Stdout.print(1L << 38).flush()
    1919}}} 
    2020