Created
March 22, 2022 02:08
-
-
Save ssi-anik/345bab8e3933c352390ce7bc6673c714 to your computer and use it in GitHub Desktop.
https://medium.com/p/7b31f025ab6a - without autoloading
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require './app/App.php'; | |
require './src/Source.php'; | |
require './Current.php'; | |
echo (new Current())->sayHello('anik'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment