GolovanovLabs/Lab1/hello.c

8 lines
81 B
C

#include <stdio.h>
int main(void)
{
printf("Hello world!");
return 0;
}