Hello Swift Script

This simple Swift script prints a greeting message (“Hello, Swift scripting!”) to the console when executed.

Click to view script…
#!/usr/bin/env swift
print("Hello, Swift scripting!")