This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| program palindrome; | |
| {$APPTYPE CONSOLE} | |
| {$R *.res} | |
| uses | |
| System.SysUtils; | |
| var | |
| pal: string; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| program what3word; | |
| {$APPTYPE CONSOLE} | |
| {$R *.res} | |
| uses IdHashMessageDigest, | |
| System.SysUtils; | |
| const | |
| x: integer = 15; |