mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 12:32:21 +00:00
ch2-1-typo
This commit is contained in:
parent
22e3c726cc
commit
45c67c24b0
@ -103,6 +103,7 @@ void SayHello(const char* s);
|
|||||||
```c
|
```c
|
||||||
// hello.c
|
// hello.c
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "hello.h"
|
#include "hello.h"
|
||||||
|
|
||||||
void SayHello(const char* s) {
|
void SayHello(const char* s) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user