changed code to the older version
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/manual/build Pipeline failed

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

View file

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