Skip to content

Commit ba42360

Browse files
authored
[DTSS] PIRATILLAS (#16)
1 parent 24334e9 commit ba42360

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Language: PowerShell
2+
Name: PIRATILLAS
3+
Description: CALCULADORA
4+
Customizable? No
5+
$a = 4
6+
$b = 5
7+
8+
Write-Host "La suma es $($a + $b)"

0 commit comments

Comments
 (0)