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
Branches main
Tags 1.0.1
No related merge requests found
<?php
namespace HelloWorld;
final class HelloWorld {
public static function printHello(): string {
return "Hello World!";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment