7 lines
67 B
C++
7 lines
67 B
C++
#include <stdio.h>
|
|
void main()
|
|
{
|
|
printf("Hello world!");
|
|
}
|
|
|
|
111111 |