mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 21:40:19 +00:00
13 lines
182 B
Swift
13 lines
182 B
Swift
|
//
|
||
|
// main.swift
|
||
|
// mas-cli
|
||
|
//
|
||
|
// Created by Andrew Naylor on 11/07/2015.
|
||
|
// Copyright © 2015 Andrew Naylor. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
print("Hello, World!")
|
||
|
|