$ ./checksum checksum checksum.c checksum2 checksum2.c Makefile
47 checksum
f5 checksum.c
bb checksum2
a3 checksum2.c
f8 Makefile
Again, your code and binaries will probably be different from mine, but you should get the same results with either checksum
or checksum2
.