7 lines
56 B
C++
7 lines
56 B
C++
#include "stdio.h"
|
|
|
|
void world()
|
|
{
|
|
printf("world");
|
|
}
|