From cd0b96a86ca2954fd62825a982819e4a3dc644e7 Mon Sep 17 00:00:00 2001 From: YuriAbgaryan Date: Wed, 3 Oct 2018 03:49:40 +0400 Subject: [PATCH] This PR is for Krutonium/OwO#41 --- Pascal/OwO.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pascal/OwO.pas b/Pascal/OwO.pas index 097be04..1fe4af4 100644 --- a/Pascal/OwO.pas +++ b/Pascal/OwO.pas @@ -1,6 +1,6 @@ -program Owo +program Owo; begin -writeln (' *Notices Bulge*') +writeln (' *Notices Bulge*'); writeln ('__ ___ _ _ _ _ _ '); writeln ('\ \ / / |__ __ _| |_ ( ) ___ | |_| |__ (_) ___ '); writeln (' \ \ /\ / /| '_ \ / _\`| __|// / __| | __| '_ \| |/ __| ');