10 lines
95 B
D
10 lines
95 B
D
|
import Hello.hello;
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
Hail hello = new Hail();
|
||
|
hello.Print();
|
||
|
|
||
|
return 0;
|
||
|
}
|