8 lines
83 B
C++
8 lines
83 B
C++
|
#include <stdio.h>
|
||
|
#include "demo.h"
|
||
|
|
||
|
int print_hello()
|
||
|
{
|
||
|
printf("hello\n");
|
||
|
}
|