Skip to content

Instantly share code, notes, and snippets.

View pedrolopesme's full-sized avatar
💡
Coding.

Pedro Mendes pedrolopesme

💡
Coding.
View GitHub Profile
<?php
class OlaMundo{
static $nomeDoUsuario;
/**
* Escreve Ola Mundo
*
* @author Chuck Norris.
*/
<?php
class OlaMundo{
var $nomeDoUsuario;
/**
* Escreve Ola Mundo
*
* @author Chuck Norris.
*/