From f987108c3ae94079ebc3d9ed40c43abace07bb69 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 24 Oct 2017 20:46:25 +0400 Subject: [PATCH] Create hello_world_sandro1211.pas --- hello_world/hello_world_sandro1211.pas | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world/hello_world_sandro1211.pas diff --git a/hello_world/hello_world_sandro1211.pas b/hello_world/hello_world_sandro1211.pas new file mode 100644 index 0000000..b9ef7e5 --- /dev/null +++ b/hello_world/hello_world_sandro1211.pas @@ -0,0 +1,3 @@ +begin +WriteLn( 'Hello World!'); +End.