From ac373af745a1433716c53023eb0e1cd0eb2e7e22 Mon Sep 17 00:00:00 2001 From: y-syo Date: Thu, 4 Dec 2025 23:18:47 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8E=89=E3=80=8D=20init:=20hello?= =?UTF-8?q?=20world=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6bc45b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*/**/a.out +*/**/*.o