Skip to content

Commit

Permalink
Merge pull request #165 from QuintusJoyal/veryBasic
Browse files Browse the repository at this point in the history
Add VisualBasic implementation
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents 37475b6 + 082ced9 commit 7572b5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- V3D
- Vala
- VHDL
- VisualBasic
- Vietnamese
- Webassembly
- Wenyan
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Function is_prime(ByVal x As Integer) As Boolean
Return False
End Function
1 change: 1 addition & 0 deletions optimized_implementations/main.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Function is_prime(ByVal x As Integer) As Boolean:Return False:End Function

0 comments on commit 7572b5f

Please sign in to comment.