cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
202 B
C++
13 lines
202 B
C++
/*
|
|
SPDX-FileCopyrightText: 2003 Cornelius Schumacher <schumacher@kde.org>
|
|
|
|
SPDX-License-Identifier: MIT
|
|
*/
|
|
#include "test12.h"
|
|
|
|
int main(int, char **)
|
|
{
|
|
Test12 t = Test12();
|
|
return 0;
|
|
}
|