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