This commit is contained in:
Mert Gör
2025-01-06 10:17:45 +03:00
parent 588070c130
commit 37010fe61d
2 changed files with 18 additions and 0 deletions

7
c-basic/tab.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("ali\tveli\nselami\tayse\n");
return 0;
}