aa8e451a58
- Rebuilt of all programs to use the pattern of the new format designed for the new MindCommand class
13 linhas
184 B
PHP
Arquivo Executável
13 linhas
184 B
PHP
Arquivo Executável
<?php
|
|
namespace scientia;
|
|
/**
|
|
* Description of Darwin
|
|
*
|
|
* @author felipe
|
|
*/
|
|
class Darwin {
|
|
public static function addDoubt($context, $type)
|
|
{
|
|
echo "DUVIDAAAA";
|
|
}
|
|
} |