7 lines
79 B
C
7 lines
79 B
C
|
#include "a.h"
|
||
|
#include <stdio.h>
|
||
|
int main()
|
||
|
{
|
||
|
printf ("%d\n", foo());
|
||
|
}
|