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