6 lines
57 B
C
6 lines
57 B
C
#include <stdio.h>
|
|
|
|
void test() {
|
|
printf("hello\n");
|
|
}
|
#include <stdio.h>
|
|
|
|
void test() {
|
|
printf("hello\n");
|
|
}
|