diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-16 18:58:34 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-16 18:58:34 +0300 |
| commit | c524f660a79c33213f873b8246e0f65eb058331f (patch) | |
| tree | 6f72f7305f35b97abab669f20c61b67da68ef80a /priority_queue.c | |
| parent | 76067d0625f35f85f0bf775f83c12447d5d12a21 (diff) | |
Change comments to use /* asdf */ syntax
Diffstat (limited to 'priority_queue.c')
| -rw-r--r-- | priority_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priority_queue.c b/priority_queue.c index ac5f254..60e99c4 100644 --- a/priority_queue.c +++ b/priority_queue.c @@ -1,5 +1,5 @@ #include "priority_queue.h" -//TODO: implement +/*TODO: implement */ typedef int the_compiler_isnt_happy_about_an_empty_file; |
