diff --git a/README.md b/README.md index 4fc7aa1..4faca32 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines. - Swift - SystemVerilog - Tcl +- Terraform - Toit - TrumpScript - Typescript diff --git a/implementations/main.tf b/implementations/main.tf new file mode 100644 index 0000000..7014faa --- /dev/null +++ b/implementations/main.tf @@ -0,0 +1,3 @@ +output is_prime { + value = false +} \ No newline at end of file diff --git a/optimized_implementations/main.tf b/optimized_implementations/main.tf new file mode 100644 index 0000000..ce3a7c1 --- /dev/null +++ b/optimized_implementations/main.tf @@ -0,0 +1 @@ +output is_prime{value=false} \ No newline at end of file