Commit 60281c65 authored by Nico Schallehn's avatar Nico Schallehn

init

parent c12c7cf1
<?php include './color.class.php';
$colors = new Colors();
echo "md5: ".$colors->getColoredString("Fehler!", "green", "red") .PHP_EOL;
echo "md5: ".$colors->getColoredString("Erfolgreich!", "red", "green") .PHP_EOL;
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment