fixed for build

This commit is contained in:
2025-03-23 23:48:48 +08:00
parent 2cdaeb0e65
commit 209fb31445
2 changed files with 10 additions and 2 deletions

View File

@@ -4,4 +4,10 @@
#include <solution/338.h>
int *countBits(int n, int *returnSize)
{
return 0;
}
int main() {
return 0;
}