Skip to content

Commit

Permalink
feat: ajout de titi.c et definition du mlain
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFabre committed Feb 29, 2024
1 parent 9531970 commit 4ec71fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions titi.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
int main(int argc, char const *argv[])
{
/* code */
return 0;
}

0 comments on commit 4ec71fe

Please sign in to comment.