7 lines
92 B
C
7 lines
92 B
C
#include <stdio.h>
|
|
#include "test_funcs.h"
|
|
|
|
void hello()
|
|
{
|
|
printf("Hello World!\r\n");
|
|
} |