12 lines
128 B
Swift
12 lines
128 B
Swift
//
|
|
// main.swift
|
|
// KissMeMatrix
|
|
//
|
|
// Created by ened-book-m1 on 2023/05/29.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
print("Hello, World!")
|
|
|