6 lines
68 B
C++
6 lines
68 B
C++
void hello(void);
|
|
|
|
int main(int argc, char **argv) {
|
|
hello();
|
|
}
|