mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 21:41:59 +03:00
Merge branch 'master' of github.com:kvedala/C
This commit is contained in:
commit
bc28239a15
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
char s[] = "name";
|
char s[] = "hello";
|
||||||
|
|
||||||
/* actual tests */
|
/* actual tests */
|
||||||
printf("sdbm: %s --> %llX\n", s, sdbm(s));
|
printf("sdbm: %s --> %llX\n", s, sdbm(s));
|
||||||
|
Loading…
Reference in New Issue
Block a user