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