7 lines
98 B
PHP
Executable File
7 lines
98 B
PHP
Executable File
<?php
|
|
class HotUpdate {
|
|
public function getData()
|
|
{
|
|
return "hello world~~".PHP_EOL;
|
|
}
|
|
} |