pantry/projects/gnu.org/autoconf/hello.c

4 lines
31 B
C
Raw Normal View History

2022-09-01 01:02:46 +03:00
int foo(void) {
return 42;
}