mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08: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…
x
Reference in New Issue
Block a user