Skip to content

quki3/Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift

last update jul 02 2023

welcome

Introduction

wiki, doc, web oficial

init from ubuntu with docker

  • imagen oficial de swift en dockerhub
  • tener en cuanta cada vez que corramos la imagen sudo docker start swiftQUKI``sudo docker attach swiftQUKI
  • podemos iniciar rapidamente un proyecto en swift ecribiendo en consola swift package init
  • swift build construimos el proyecto
  • pero por alguna razon este proyecto no es ejecutable

init the proyect executable

  • swift package init --type executable
  • swift build
  • swift run
  • exe-01 tenemos un hola mundo
  • exe-02 tenemos un readme con una breve expicacion de el Package.swift

doc

wiki,doc

challenges

  1. 1/
    • a/ create a hello worl doc.
    • b/ include values in strings

About

introduccion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published