From ed8c709245c8a66b63a5a589c58bc16a9966a09e Mon Sep 17 00:00:00 2001 From: YinHsing <108807405+YinHsing@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:27:17 +0800 Subject: [PATCH] hello (#244) * Update Makefile * Update HAPPY.rb --- HAPPY.rb | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/HAPPY.rb b/HAPPY.rb index 7326621b..229bb9e2 100644 --- a/HAPPY.rb +++ b/HAPPY.rb @@ -2,3 +2,5 @@ 123 TESTTTTTTTTT +hiiiiiiiiiiii +be happy diff --git a/Makefile b/Makefile index 2cda27ab..45a3ff1e 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,5 @@ all:kerker.cc g++ kerker.cc -o kerker clean: rm -f kerker + +hi there! by Yin