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