From 14447d7ada55fd317a335a6f665eee59c7fabaf7 Mon Sep 17 00:00:00 2001 From: ConsoleCoder Date: Sat, 22 Jul 2023 07:28:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20python/cout.py.=20=E5=95=8A=EF=BC=81?= =?UTF-8?q?=E6=88=91=E6=B2=A1=E5=86=99=E4=B8=BB=E5=87=BD=E6=95=B0=EF=BC=81?= =?UTF-8?q?=20=E4=BD=A0=E7=8C=9C=E6=88=91=E4=B8=BA=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E5=89=8D=E9=9D=A2=E5=8A=A0=E4=BA=95=E5=8F=B7[doge]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ConsoleCoder --- python/cout.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/cout.py b/python/cout.py index 065d01b..ff582d2 100644 --- a/python/cout.py +++ b/python/cout.py @@ -15,4 +15,7 @@ cout = Out() # CODE #include -cout << 'Hello' << ' ' << 'World' << endl; \ No newline at end of file +#int main() { +cout << 'Hello' << ' ' << 'World' << endl; +#return 0; +#} \ No newline at end of file -- Gitee