Skip to content

lobreen/HelloSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloSwift

A minimal Swift 6 executable package — the starting point for Swift development on Fedora Linux.

Requirements

  • Swift 6.3.2+
  • Linux (aarch64)

Build & Run

swift build
swift run

For a debug build:

swift build -c debug
.build/debug/HelloSwift

Testing

swift test

Uses the Swift Testing framework (#expect). The helloWorld test asserts that HelloSwift.greeting() returns "Hello, world!".

Project Structure

HelloSwift/
├── Sources/HelloSwift/HelloSwift.swift   # Entry point
├── Tests/HelloSwiftTests/                # Test suite
└── Package.swift                         # Swift package manifest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages