restructuration of the files
This commit is contained in:
7
1.Basic/3.Evaluate.ps1
Normal file
7
1.Basic/3.Evaluate.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$PokemonCaught = "908"
|
||||
|
||||
If($PokemonCaught -eg 908) {
|
||||
Write-Host "You're a Pokemon Master! "
|
||||
} Else {
|
||||
Write-Host "Go catch more Pokemon!"
|
||||
}
|
||||
Reference in New Issue
Block a user