Skip to content

Instantly share code, notes, and snippets.

View shreeshkhadka's full-sized avatar

shreeshkhadka

View GitHub Profile
program what3word;
{$APPTYPE CONSOLE}
{$R *.res}
uses IdHashMessageDigest,
System.SysUtils;
const
x: integer = 15;
program palindrome;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils;
var
pal: string;