mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Removed the spacing between characters
This commit is contained in:
@ -13,7 +13,7 @@ function BigA() { param([Int]$Row)
|
||||
1 { return " __ " }
|
||||
2 { return " /__\ " }
|
||||
3 { return " /(__)\ " }
|
||||
4 { return "(__)(__) " }
|
||||
4 { return "(__/\__)" }
|
||||
}
|
||||
}
|
||||
|
||||
@ -274,7 +274,7 @@ function Big3() { param([Int]$Row)
|
||||
switch($Row) {
|
||||
1 { return " ___ " }
|
||||
2 { return "(__ )" }
|
||||
3 { return " (_ \ " }
|
||||
3 { return " (_ \\" }
|
||||
4 { return "(___/" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user