From e11eac5f68c58b86365887e45d0aa2df6d866ea5 Mon Sep 17 00:00:00 2001 From: "Matt.Mabx" Date: Mon, 21 Oct 2024 14:31:46 +0800 Subject: [PATCH] Update --- Note.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Note.md b/Note.md index 83ed223..8fd71b9 100644 --- a/Note.md +++ b/Note.md @@ -10,6 +10,7 @@ - C++: ```c++ #include + using namespace std; int main(){ cout << "Hello world!" << endl; return 0;