changed code to the older version

This commit is contained in:
Mert Gör 🇹🇷 2025-04-12 22:02:46 +03:00
parent c788fa919f
commit 84c1aa6a02
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F

View File

@ -2,7 +2,7 @@
int main() int main()
{ {
unsigned int a; int a, b;
printf("Enter your number : "); printf("Enter your number : ");
scanf("%x", &a); scanf("%x", &a);