8 lines
55 B
C
Raw Normal View History

2023-07-02 19:51:09 +02:00
extern int foo(void);
int main()
{
return foo();
}