mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
- Moved over common functionality to package - Added phpmon-cli target (for fast switching via the terminal)
13 lines
189 B
Swift
13 lines
189 B
Swift
//
|
|
// main.swift
|
|
// phpmon-cli
|
|
//
|
|
// Created by Nico Verbruggen on 20/12/2021.
|
|
// Copyright © 2021 Nico Verbruggen. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
print("Hello, World!")
|
|
|