#!/usr/bin/env swift; import Foundation // Begin Main var s:String = "Hello, world! 🥰🇺🇸" for c in s { print(String(c)) } exit(EXIT_SUCCESS)