This commit is contained in:
Mert Gör 🇹🇷 2025-01-06 10:19:33 +03:00
parent 37010fe61d
commit d0f7156459
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F

11
c-basic/backline.c Normal file
View File

@ -0,0 +1,11 @@
#include <stdio.h>
int main()
{
printf("c:\temp\a.dat\n");
printf("c:\\temp\\a.dat\n");
return 0;
}