Swift, 23 bytes print("Hello, World!") Try it online!
posted 3y ago by Kevin M. Mansour
# [Swift](https://swift.org/), 23 bytes ```swift print("Hello, World!") ``` [Try it online!](https://tio.run/##Ky7PTCsx@f@/oCgzr0RDySM1JydfRyE8vygnRVFJU@H/fwA)