Files
svr/usr/home/.vim/templates/template.c
T
journal_froid 1d4435089f rebasing .git
2026-01-23 09:59:19 +01:00

20 lines
981 B
C
Executable File

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* template.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nidionis <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/04 16:20:59 by nidionis #+# #+# */
/* Updated: 2024/09/05 14:15:32 by nidionis ### ########.fr */
/* */
/* ************************************************************************** */
#include <unistd.h>
#include <stdio.h>
int main(int argc, char **argv)
{
return (0);
}