<?php
include __DIR__.'/vendor/autoload.php';
function test_func() {
return "Hello wqorld";
}
// var_dump(hello_world(5));
var_dump(test_extern());