From c2992761848df12f094a83d399bc78403dd629c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lily=20=E2=9D=A4=EF=B8=8E=E2=81=A0?= Date: Fri, 26 Jun 2026 03:56:42 -0700 Subject: [PATCH] Update posting-guidelines.md --- src/frontend/resources/posting-guidelines.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontend/resources/posting-guidelines.md b/src/frontend/resources/posting-guidelines.md index 55f0884..e7b19c4 100644 --- a/src/frontend/resources/posting-guidelines.md +++ b/src/frontend/resources/posting-guidelines.md @@ -18,16 +18,14 @@ Paste the code with Discord formatting. ### Example: -````markdown ```cpp #include int main() { std::cout << "Hello World!"; return 0; -} +} ``` -```` ### 4. Add useful information