devcpp-cmake-template/src/foo.c

4 lines
30 B
C
Raw Normal View History

2022-02-25 14:06:51 +08:00
int foo(void) {
return 42;
}