12 lines
120 B
Swift
12 lines
120 B
Swift
|
//
|
||
|
// main.swift
|
||
|
// WebsiteGenerator
|
||
|
//
|
||
|
// Created by CH on 05.08.22.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
print("Hello, World!")
|
||
|
|