From 1dcef1d958460bbf2ad65276a4d6975140a84456 Mon Sep 17 00:00:00 2001 From: Mohammed <147340191+tyrimtrx99@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:27:34 +0530 Subject: [PATCH] Update code block index.md --- index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.md b/index.md index e39a744..b305d10 100644 --- a/index.md +++ b/index.md @@ -8,3 +8,8 @@ i have just tested the headers now an image ![Image of cat](https://www.istockphoto.com/photos/confused-cat) + +now a code block +``` c +printf{"Hello, motherfather!"}; +```