Skip to content
Snippets Groups Projects
Commit a309006f authored by Mateusz Dworowy's avatar Mateusz Dworowy
Browse files

fix: update HelloWorld.php namespace

parent 26dc7129
No related branches found
No related tags found
No related merge requests found
<?php <?php
namespace HelloWorld;
final class HelloWorld { final class HelloWorld {
public static function printHello(): string { public static function printHello(): string {
return "Hello World!"; return "Hello World!";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment