From 6604528bbd7b6cfaab976a92b03b597fcfade092 Mon Sep 17 00:00:00 2001 From: kkk2z <139834827+kkk2z@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:48:32 +0000 Subject: [PATCH] aaaa --- kernel/account.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/account.c b/kernel/account.c index 1c3535a..6d07dbf 100644 --- a/kernel/account.c +++ b/kernel/account.c @@ -6,4 +6,5 @@ void create_account(const char* username, const char* password) { void authenticate_user(const char* username, const char* password) { // ユーザ認証コード -} \ No newline at end of file +} +// a \ No newline at end of file