7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
#import "Print"
|
|
|
|
main::(){
|
|
|
|
print("Hello World");
|
|
|
|
} |