Skip to content

Commit

Permalink
Merge pull request #169 from KonSprin/main
Browse files Browse the repository at this point in the history
Add Terraform implementation
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents 5fd82b4 + 3460893 commit 306aa6e
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 @@ -120,6 +120,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Swift
- SystemVerilog
- Tcl
- Terraform
- Toit
- TrumpScript
- Typescript
Expand Down
3 changes: 3 additions & 0 deletions implementations/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output is_prime {
value = false
}
1 change: 1 addition & 0 deletions optimized_implementations/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output is_prime{value=false}

0 comments on commit 306aa6e

Please sign in to comment.