Update leetcode/src/6.c

@file does not want parameters

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
straight-into-the-wall 2021-10-22 19:32:26 +02:00 committed by GitHub
parent 9e8e4b87f9
commit 495d780d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/**
* @file 6.c
* @file
* @brief ZigZag Conversion leetcode problem solution.
* @details
* A decent solution to the ZigZag conversion problem.