Files
FH/out/production/Anwendungsentwicklung/P11/test2.c
2024-02-09 23:12:28 +01:00

9 lines
92 B
C

//
// Created by jordi on 1/8/24.
//
#include <stdio.h>
int main()
{
printf("hallo");
}