8 lines
73 B
C
8 lines
73 B
C
extern void property (void);
|
|
|
|
int
|
|
main ()
|
|
{
|
|
property ();
|
|
return 0;
|
|
}
|