diff --git a/main.py b/main.py new file mode 100644 index 0000000..a29d085 --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +a = 1 +d = 3 +print(a + d) +