Skip to content

Commit

Permalink
Merge pull request #4638 from kodenook/main
Browse files Browse the repository at this point in the history
Reto #5 - php
  • Loading branch information
kontroldev authored Aug 14, 2023
2 parents 36a09ee + 740671e commit 3d2fb4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Retos/Reto #5 - HOLA MUNDO [Fácil]/php/kodenook.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

declare(strict_types=1);

echo '!Hola Mundo!';

0 comments on commit 3d2fb4c

Please sign in to comment.