Skip to content

Instantly share code, notes, and snippets.

View hauntii's full-sized avatar

niko hauntii

View GitHub Profile
//META{"name":"PlzExperiment"}*//
class PlzExperiment {
// Constructor
constructor() {
this.initialized = false;
}
// Meta
getName() { return "PlzExperiment!"; }