Skip to content

Commit

Permalink
proj
Browse files Browse the repository at this point in the history
  • Loading branch information
spydaz committed Jul 30, 2023
1 parent 0c33846 commit 9ca1c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LanguageModels/Tril.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Console.ReadLine()
End Sub


Public Shared Function Tril(ByVal matrix(,) As Integer) As Integer(,)
Dim rows As Integer = matrix.GetLength(0)
Dim cols As Integer = matrix.GetLength(1)
Expand Down

0 comments on commit 9ca1c90

Please sign in to comment.