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