mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
4 lines
50 B
C
4 lines
50 B
C
void dependency();
|
|
int main() {
|
|
dependency();
|
|
}
|