Sha256: edc66f4dc92d5a89016cfb55675095e6e1592fef1cdd66ede45e2719e92a38a6

Contents?: true

Size: 172 Bytes

Versions: 25

Compression:

Stored size: 172 Bytes

Contents

Function Get-TwoFer(){
    [CmdletBinding()]
    Param(
        [Parameter(Mandatory=$true, Position=0)]
        [string]$Name
    )

    Throw "Exercise not implemented"
}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
trackler-2.2.1.169 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.167 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.166 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.165 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.164 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.163 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.162 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.161 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.160 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.159 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.158 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.157 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.156 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.155 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.154 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.153 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.152 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.151 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.150 tracks/powershell/exercises/two-fer/TwoFer.ps1
trackler-2.2.1.149 tracks/powershell/exercises/two-fer/TwoFer.ps1