cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
121 B
C
10 lines
121 B
C
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
#include "@CLIENT_HEADER@"
|
|
#include "@SERVER_HEADER@"
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|