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