From 61f8fb2765871b1b659d91f171098af8944bae61 Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Sun, 31 Dec 2023 16:07:59 +0800 Subject: [PATCH] chore: example: add Tags field --- resource/runner/problem/example/description.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resource/runner/problem/example/description.md b/resource/runner/problem/example/description.md index 9eadab5..cd9c2cf 100644 --- a/resource/runner/problem/example/description.md +++ b/resource/runner/problem/example/description.md @@ -1,5 +1,9 @@ # A+B Problem +## Tags + +- Easy + ## Description Given two integers `a` and `b`, calculate the sum of them.