From a235f31fb0e5fb0e6d04ef3e9ea4ee5b6f68f3cd Mon Sep 17 00:00:00 2001 From: Hesalexsin <52578939+Hesalexsin@users.noreply.github.com> Date: Sat, 7 Sep 2024 10:32:12 +0000 Subject: [PATCH] test commit --- sandbox/template/src/main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sandbox/template/src/main.cpp b/sandbox/template/src/main.cpp index 0e4393b..8a512be 100644 --- a/sandbox/template/src/main.cpp +++ b/sandbox/template/src/main.cpp @@ -1,3 +1,7 @@ #include -int main() { return 0; } +int main() { + if (1) { + return 0; + } +}