Swift 개념 정리 사이트 https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html A Swift Tour — The Swift Programming Language (Swift 5.5) A Swift Tour Tradition suggests that the first program in a new language should print the words “Hello, world!” on the screen. In Swift, this can be done in a single line: print("Hello, world!") // Prints "Hello, world!" If you have written code in C o docs.swift..