mirror of
https://github.com/mas-cli/mas
synced 2024-11-23 03:53:09 +00:00
12 lines
182 B
Swift
12 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!")
|
|
|