comments added
This commit is contained in:
parent
e6ee24aa6b
commit
592823f630
@ -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()
|
||||
|
@ -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(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user