Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 8 and Version 9 of Tutorials/SerializeBase

Show
Ignore:
Author:
doob (IP: 82.182.147.240)
Timestamp:
09/29/11 18:51:12 (13 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/SerializeBase

    v8 v9  
    105105void main () 
    106106{ 
    107     // create some thing to serialize 
     107    // create something to serialize 
    108108    Shape[] shapes = new Shape[3]; 
    109109