Create repository
This commit is contained in:
commit
2a99c6259d
11 changed files with 191 additions and 0 deletions
11
src/bringelle.c
Normal file
11
src/bringelle.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include "utils/print.h"
|
||||
|
||||
|
||||
|
||||
|
||||
void bringelle(){
|
||||
putchar('L');
|
||||
putchar('L');
|
||||
|
||||
while(1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue