Group21_Lab5/main.c

10 lines
76 B
C

#include<stdio.h>
/**
* main.c
*/
int main(void)
{
return 0;
}