initial commit

This commit is contained in:
Matthieu Bessat 2024-01-19 16:39:49 +01:00
commit 5ebc506921
975 changed files with 154341 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace Garradin;
use KD2\Test;
require_once INIT;
Test::assert(function_exists('Garradin\paheko_version'));
Test::assert(paheko_version());