1
1
Fork 0
exercism/jq/hello-world/hello-world.jq
Christina Sørensen 0a4ebc2eb6
chore: init
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-03 15:51:11 +01:00

2 lines
84 B
Text

# This is the simplest jq "filter" -- just output a constant string
"Hello, World!"