From 534357a37d04ea730e257d956c64897509e189a1 Mon Sep 17 00:00:00 2001 From: RaySky_Rt Date: Fri, 9 Feb 2024 22:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=8E=8B=EF=BC=88=20(#35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RaySky_Rt/oom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RaySky_Rt/oom.cpp b/RaySky_Rt/oom.cpp index b428bb3..e437efd 100644 --- a/RaySky_Rt/oom.cpp +++ b/RaySky_Rt/oom.cpp @@ -1 +1 @@ -int main(){for(;;)new int[9];} \ No newline at end of file +main(){for(;;)new int[9];} \ No newline at end of file