Hex Artifact Content
Not logged in

Artifact 404b54e69646e17a376135abd31e2d8af60a77e8:


0000: 2f 2a 2a 0d 0a 20 2a 20 41 75 74 68 6f 72 73 3a  /**.. * Authors:
0010: 20 6b 2e 69 6e 61 62 61 0d 0a 20 2a 20 4c 69 63   k.inaba.. * Lic
0020: 65 6e 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38  ense: NYSL 0.998
0030: 32 20 28 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d  2 (http://www.km
0040: 6f 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0d 0a  onos.net/nysl/..
0050: 20 2a 0d 0a 20 2a 20 45 6e 74 72 79 20 70 6f 69   *.. * Entry poi
0060: 6e 74 20 66 6f 72 20 50 6f 6c 65 6d 79 20 69 6e  nt for Polemy in
0070: 74 65 72 70 72 65 74 65 72 2e 0d 0a 20 2a 2f 0d  terpreter... */.
0080: 0a 0d 0a 69 6d 70 6f 72 74 20 73 74 64 2e 73 74  ...import std.st
0090: 64 69 6f 3b 0a 0d 0a 76 65 72 73 69 6f 6e 28 75  dio;...version(u
00a0: 6e 69 74 74 65 73 74 29 20 73 74 61 74 69 63 20  nittest) static 
00b0: 7e 74 68 69 73 28 29 0d 0a 7b 0d 0a 09 77 72 69  ~this()..{...wri
00c0: 74 65 6c 6e 28 20 22 28 50 72 65 73 73 20 45 6e  teln( "(Press En
00d0: 74 65 72 20 74 6f 20 66 69 6e 69 73 68 29 22 20  ter to finish)" 
00e0: 29 3b 0d 0a 09 72 65 61 64 6c 6e 28 29 3b 0d 0a  );...readln();..
00f0: 7d 0d 0a 0d 0a 76 6f 69 64 20 6d 61 69 6e 28 20  }....void main( 
0100: 73 74 72 69 6e 67 5b 5d 20 61 72 67 73 20 29 0a  string[] args ).
0110: 7b 0d 0a 7d 0d 0a                                {..}..