12 lines
118 B
Swift
12 lines
118 B
Swift
//
|
|
// main.swift
|
|
// ImageCreation
|
|
//
|
|
// Created by Jon on 12/21/20.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
print("Hello, World!")
|
|
|