MCQS | How to compile and run a script in one step?

Question:How to compile and run a script in one step?

1.$ swift filename.swift

2.$ swiftc filename

3.$ swiftc filename.swift

4.$ swift filename.s