mirror of https://gitee.com/openkylin/glib2.0.git
14 lines
143 B
C
14 lines
143 B
C
|
/*
|
||
|
* Copyright © 2024 Simon McVittie
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
puts ("ok");
|
||
|
return 0;
|
||
|
}
|