Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created January 18, 2019 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/53b87f656e26869c2c59bdc1d5d9c59d to your computer and use it in GitHub Desktop.
Save fitomad/53b87f656e26869c2c59bdc1d5d9c59d to your computer and use it in GitHub Desktop.
//
// Prueba.swift
// desappstre.com
//
// Created by Adolfo Vera on 18/01/2019.
// Copyright © 2019 Adolfo Vera. All rights reserved.
//
import Foundation
let mensaje = """
Soy Swift 5 y te saludo desde la consola de Ubunto en Windows 10.
Más cosas sobre Swift en...
http://desappstre.com
Dudas o si sólo quieres saludar...
https://twitter.com/fitomad
"""
print(mensaje)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment