From 7ed257d372cc9ae9aaa5a099df26ce522cd5b1d7 Mon Sep 17 00:00:00 2001 From: "Alice(SokolAA)" Date: Mon, 7 Apr 2025 00:19:01 +0300 Subject: [PATCH] code: add comment --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d2d2816..cdc6927 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ #include using namespace std; - +// you may type whatever you want int main() { cout << "Enter A and B" << endl;