6 lines
62 B
Text
6 lines
62 B
Text
|
|
import System;
|
||
|
|
|
||
|
|
int main(){
|
||
|
|
write(gethostname() + "\n");
|
||
|
|
}
|