12 lines
127 B
Swift
12 lines
127 B
Swift
//
|
|
// main.swift
|
|
// Test_Coding_Swift
|
|
//
|
|
// Created by Sean Kim on 10/16/25.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
print("Hello, World!")
|
|
|