diff --git a/stub.python3.11 b/stub.python3.11 new file mode 100644 index 0000000..74c9861 --- /dev/null +++ b/stub.python3.11 @@ -0,0 +1,6 @@ + +# Read the variable from STDIN +a = int(input()) + +# Output the variable to STDOUT +print(a)