10 lines
125 B
HCL
10 lines
125 B
HCL
|
source "file" "chocolate" {
|
||
|
target = "chocolate.txt"
|
||
|
content = "chocolate"
|
||
|
}
|
||
|
|
||
|
build {
|
||
|
sources = ["source.file.cho"]
|
||
|
}
|
||
|
|