Skip to content

SwiftAustin/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld

Simple Hello-World Swift App

For Vagrant:

run vagrant up then vagrant ssh then cd /Project && swift build && ./build/debug/Project

For Docker:

run docker build -t "swiftaustin-docker-swift" . then docker run -v ${PWD}:/Project "swiftaustin-docker-swift" bash -c "cd /Project && swift build && ./.build/debug/Project"

About

Simple Hello-World Swift App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published