Skip to content

Commit

Permalink
Add Terraform implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kspringe committed Jan 12, 2024
1 parent 5fd82b4 commit 3460893
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 3460893

Please sign in to comment.