diff --git a/hello.swift b/hello.swift new file mode 100644 index 0000000..4469c10 --- /dev/null +++ b/hello.swift @@ -0,0 +1,2 @@ +print("hello world") +print(2+2) \ No newline at end of file