diff --git a/python/cout.py b/python/cout.py index 065d01ba21c67b89f3657eac90c41009a5703f37..ff582d26e18fd6fda598a48865c71f7c2ba2d3fe 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