7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
extern void object::New()
|
|
{
|
|
|
|
message("Hello World");
|
|
|
|
}
|