Skip to content

Commit be2dda5

Browse files
committed
Added a (broken) fib program
1 parent ab99871 commit be2dda5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vyxal/first_twelve_fibs.vy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Currently not working properly...
2+
0:›①⨥ɾ(|:↜⎙+

vyxal/test.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
2323
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
2424
Assert-MatchTests &&
2525
java -jar $vyxal --file "$PSScriptRoot\codepage.vy" &&
26+
java -jar $vyxal --file "$PSScriptRoot\first_twelve_fibs.vy" &&
2627
java -jar $vyxal --file "$PSScriptRoot\five_hellos.vy" &&
2728
java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
2829
java -jar $vyxal --file "$PSScriptRoot\hypot.vy" 3 4 &&

0 commit comments

Comments
 (0)