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