8 lines
94 B
C
8 lines
94 B
C
#include "embpart.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
void hello(void) {
|
|
printf("Hello, World!\n");
|
|
}
|