From e6c6861517a2979a6211f4e935439f4de6c9a159 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Tue, 13 Aug 2024 07:52:28 +0200 Subject: [PATCH] hello-world: sync (#1951) --- exercises/practice/hello-world/.meta/tests.toml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/exercises/practice/hello-world/.meta/tests.toml b/exercises/practice/hello-world/.meta/tests.toml index be690e975..73466d677 100644 --- a/exercises/practice/hello-world/.meta/tests.toml +++ b/exercises/practice/hello-world/.meta/tests.toml @@ -1,3 +1,13 @@ -# This is an auto-generated file. Regular comments will be removed when this -# file is regenerated. Regenerating will not touch any manually added keys, -# so comments can be added in a "comment" key. +# This is an auto-generated file. +# +# Regenerating this file via `configlet sync` will: +# - Recreate every `description` key/value pair +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) +# - Preserve any other key/value pair +# +# As user-added comments (using the # character) will be removed when this file +# is regenerated, comments can be added via a `comment` key. + +[af9ffe10-dc13-42d8-a742-e7bdafac449d] +description = "Say Hi!"