File indexing completed on 2024-04-14 15:32:45

0001 /*
0002     SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0005 */
0006 
0007 #include <stdio.h>
0008 
0009 int main()
0010 {
0011     printf("KDE SUSE User Edition 5.16\n");
0012     return 0;
0013 }