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