From 83a64510d44b6ef6e80649d363784ba142fd628d Mon Sep 17 00:00:00 2001 From: vakeeshanvictor <33062640+vakeeshanvictor@users.noreply.github.com> Date: Mon, 8 Oct 2018 14:43:28 +0530 Subject: [PATCH 1/3] Create hellopascal.pal --- code/hellopascal.pal | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 code/hellopascal.pal diff --git a/code/hellopascal.pal b/code/hellopascal.pal new file mode 100644 index 0000000..a908ffa --- /dev/null +++ b/code/hellopascal.pal @@ -0,0 +1,4 @@ +program Hello; +begin + writeln ('Hello, world.'); +end. From 971cea5bbc6b0d952d264801e3384d5fbf84a24c Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 17:25:56 +0100 Subject: [PATCH 2/3] Rename hellopascal.pal to vakeeshanvictor.pal --- code/{hellopascal.pal => vakeeshanvictor.pal} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/{hellopascal.pal => vakeeshanvictor.pal} (100%) diff --git a/code/hellopascal.pal b/code/vakeeshanvictor.pal similarity index 100% rename from code/hellopascal.pal rename to code/vakeeshanvictor.pal From 908d89176a85d95024ebe319003d2aa5f38a13e0 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 17:26:48 +0100 Subject: [PATCH 3/3] Rename vakeeshanvictor.pal to vakeeshanvictor-helloworld.pal --- code/{vakeeshanvictor.pal => vakeeshanvictor-helloworld.pal} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/{vakeeshanvictor.pal => vakeeshanvictor-helloworld.pal} (100%) diff --git a/code/vakeeshanvictor.pal b/code/vakeeshanvictor-helloworld.pal similarity index 100% rename from code/vakeeshanvictor.pal rename to code/vakeeshanvictor-helloworld.pal