8 lines
79 B
C
8 lines
79 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
print("hello");
|
|
print("hworld");
|
|
} |