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

Changes between Version 1 and Version 2 of VfsZipAndLinesExample

Show
Ignore:
Author:
larsivi (IP: 84.48.50.144)
Timestamp:
05/22/08 16:25:02 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VfsZipAndLinesExample

    v1 v2  
     1= Solution to Google Treasure Hunt 2008 - Task 2 = 
     2 
     3The program below can be used to solve a particular instance of the task presented at http://treasurehunt.appspot.com (Task 2, 2008). The input to countLines calls would probably have to change, otherwise it should work by executing as this: 
     4 
     5{{{ 
     6./googlehunt Google-something.zip 
     7}}} 
     8 
     9And the source code is as follows (put into Public Domain by Lars Ivar Igesund): 
     10 
    111{{{ 
    212#!d