mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

Not sure when https://github.com/astral-sh/uv/issues/14893 will be ready, and this seems to solve the problem for now. Closes #4227
6 lines
No EOL
162 B
C
6 lines
No EOL
162 B
C
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
int main(void) {
|
|
return 0;
|
|
} |