From 93b9aa7b9c6ee9e1915997792c202d3553fd561a Mon Sep 17 00:00:00 2001
From: Sergey Cherepiuk <s.cherepiuk@gmail.com>
Date: Thu, 23 Nov 2023 16:23:00 +0100
Subject: [PATCH] Fixed the warnings: included header

---
 main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main.c b/main.c
index 77317e1..62c4fe8 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 int main() {
     printf("Hello, World!");
     return 0;