Sha256: 95e222f28263fe73fc5c1ab6ac55a2b367e37c723a126371327725519792f148
Contents?: true
Size: 143 Bytes
Versions: 297
Compression:
Stored size: 143 Bytes
Contents
unit uHelloWorld; interface function Hello: string; implementation function Hello: string; begin result := 'Hello, World!'; end; end.
Version data entries
297 entries across 291 versions & 1 rubygems