8 lines
70 B
C
8 lines
70 B
C
![]() |
#include <stdio.h>
|
||
|
|
||
|
void hello(void){
|
||
|
|
||
|
printf("hello from C\n");
|
||
|
|
||
|
}
|