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

Changes between Version 4 and Version 5 of PrintfExample

Show
Ignore:
Author:
JMNorris (IP: 128.125.1.2)
Timestamp:
07/27/07 15:06:53 (17 years ago)
Comment:

Fixed my my fix. :-(

Legend:

Unmodified
Added
Removed
Modified
  • PrintfExample

    v4 v5  
    2222int main(char[][] args) 
    2323{ 
    24   writfeln("Hello World"); 
     24  writefln("Hello World"); 
    2525  return 0; 
    2626}