Informatik/Assets/Betriebssysteme_uebung/u2-anlage/u2-a2-anlage/p6.c

8 lines
85 B
C
Raw Normal View History

2021-03-01 15:39:46 +00:00
#include <stdio.h>
int main()
{
printf("p6: calling getchar()\n");
getchar();
}