c-course/c-basic/main.c
Mert Gör 45f7da58f9
All checks were successful
ci/woodpecker/push/build Pipeline was successful
hex read scanf
2025-06-18 07:35:11 +03:00

10 lines
98 B
C

#include <stdio.h>
#include "hex_read_scanf.h"
int main() {
hex_scan();
return 0;
}