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