Lab4/fact.c

8 lines
89 B
C
Raw Normal View History

2024-11-18 09:27:21 +04:00
#include <stdio.h>
int main(void)
{
printf("Hello world!");
return 0;
2024-11-18 09:39:11 +04:00
}
2024-11-18 09:53:17 +04:00
//asddd