7 lines
93 B
C
7 lines
93 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|