comments added

This commit is contained in:
Mert Gör
2024-01-24 10:45:36 +03:00
parent e6ee24aa6b
commit 592823f630
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,13 @@
/**
* @file foo.c
* @author Mert Gör (mertgor@masscollabs.xyz)
* @brief Foo example
* @version 0.1
* @date 2024-01-24
*
* @copyright Copyright (c) 2024 Mert Gör and contributors - GPLv3 or any later
*
*/
#include <stdio.h>
int foo()