Removed boilerplate code

This commit is contained in:
netkas 2025-05-29 14:24:39 -04:00
parent 441d1f3636
commit 13c0fa51ef
Signed by: netkas
GPG key ID: 4D8629441B76E4CC
2 changed files with 0 additions and 26 deletions

View file

@ -1,8 +0,0 @@
<?php
namespace FederationServer;
class FederationServer
{
}

View file

@ -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;
}
}