Files
FH/WS23_24/Anwendungsentwicklung/src/P11/test2.c
2024-02-09 12:34:58 +01:00

9 lines
92 B
C

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