From f6cd7d3cf20ae3d2cb72cdd4eb3011ab58720ba8 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Feb 2023 19:38:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20docs:=20change=20the=20codeblock?= =?UTF-8?q?=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/markdown.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/content/markdown.md b/content/markdown.md index e2a36ac..d642f5a 100644 --- a/content/markdown.md +++ b/content/markdown.md @@ -9,19 +9,13 @@ tags = ["markdown", "test"] ```rust fn main() { - let number: u8 = 4; - - match number { - i if i == 0 => println!("Zero"), - i if i > 0 => println!("Greater than zero") - i if i <= 0 => println!("Smaller or equal to zero"), - } + println!("Hello, world!") -> (); } ``` ## Quote > We're all hurtling towards death. Yet here we are, for the moment, alive. Each of us knowing we're going to die. Each of us secretly believing we won't. -> +> > — Charlie Kaufman, Synecdoche, New York