Skip to content

Cheese-Curd/Cheese-Curd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Eliana's Github Stats

Eliana's Top Languages

package Planets.Earth;

import Planets.Earth.Person;

class Eliana extends Person
{
    public function new()
    {
        super();
        name = "Eliana";
        pronouns = ["She", "Her"];
        trace("Created Person named " + name + " with prounouns " + pronouns.join("/"));
    }
}
09:14:33:919 Eliana.hx:12:,Created Person named Eliana with prounouns She/Her

Releases

No releases published

Packages

No packages published