syle: norm
This commit is contained in:
17
tests/main.c
17
tests/main.c
@@ -1,5 +1,18 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* main.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: elagouch <elagouch@student.42lyon.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/01/24 18:53:13 by elagouch #+# #+# */
|
||||
/* Updated: 2026/01/24 18:53:14 by elagouch ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "tests.h"
|
||||
|
||||
int main(void) {
|
||||
libunit_launcher();
|
||||
int main(void)
|
||||
{
|
||||
libunit_launcher();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user