isu-examples/test.c
2023-04-26 10:13:12 +02:00

5 lines
76 B
C

#include <stdio.h>
void main()
{
printf("Test %d, test %f\n", 1, 1.0);
}