comments added

This commit is contained in:
Mert Gör 🇹🇷 2024-01-24 10:45:36 +03:00
parent e6ee24aa6b
commit 592823f630
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F
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()

View File

@ -1,3 +1,13 @@
/**
* @file helloworld.c
* @author Mert GÖr (mertgor@masscollabs.xyz)
* @brief Hello World 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 main(){