diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-06-06 00:11:11 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-06-08 13:59:25 +0200 |
| commit | 58240b0509d11b09ce2994b88308650e7cfb93bd (patch) | |
| tree | a21fb3bac12259c412cc2c6becc69376fbb4a9a4 /src/c/shell/neofetch.c | |
| parent | 4fc9a5b06a0b50db6fc12d4ab7d937766e9ec8a7 (diff) | |
game and keyboard small fixv1.0.2
Diffstat (limited to 'src/c/shell/neofetch.c')
| -rw-r--r-- | src/c/shell/neofetch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/shell/neofetch.c b/src/c/shell/neofetch.c index 4cfc250..87bff6a 100644 --- a/src/c/shell/neofetch.c +++ b/src/c/shell/neofetch.c @@ -9,7 +9,7 @@ void neofetch(void) { set_color(VGA_COLOR_WHITE,VGA_COLOR_BLACK); printf(" . "); printf("Dobrodosli u moj \n"); - printf(" J:L (\"\"\") "); printf("operativni sistem :) \n"); + printf(" A:A (\"\"\") "); printf("operativni sistem :) \n"); printf(" |:| III "); printf("Uzivajte! \n"); printf(" |:| III "); printf(" \n"); printf(" |:| III "); printf("Welcome to my \n"); @@ -25,7 +25,7 @@ void neofetch(void) printf(" III |:| "); printf(" \n"); printf(" III |:| "); printf(" \n"); printf(" III |:| "); printf("napravio/made by: \n"); - printf(" (___) J:F "); printf("Aleksa Vuckovic \n"); + printf(" (___) V:V "); printf("Aleksa Vuckovic \n"); printf(" \" "); printf(" \n"); for(size_t i=0;i<16;i++) |
