Create repository

This commit is contained in:
Loic Guegan 2021-04-04 11:19:55 +02:00
commit 2a99c6259d
11 changed files with 191 additions and 0 deletions

11
src/bringelle.c Normal file
View file

@ -0,0 +1,11 @@
#include "utils/print.h"
void bringelle(){
putchar('L');
putchar('L');
while(1);
}