Removed boilerplate code
This commit is contained in:
parent
441d1f3636
commit
13c0fa51ef
2 changed files with 0 additions and 26 deletions
|
@ -1,8 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace FederationServer;
|
|
||||||
|
|
||||||
class FederationServer
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace FederationServer;
|
|
||||||
|
|
||||||
class Program
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* FederationServer main entry point
|
|
||||||
*
|
|
||||||
* @param string[] $args Command-line arguments
|
|
||||||
* @return int Exit code
|
|
||||||
*/
|
|
||||||
public static function main(array $args): int
|
|
||||||
{
|
|
||||||
print("Hello World from net.nosial.federation!" . PHP_EOL);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue