Jump to content

2767mr's code pearls: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 October 2022

14 August 2021

  • curprev 16:5616:56, 14 August 2021 Dmitmel talk contribs 2,601 bytes +2,601 Created page with "A simple hello world mod: <syntaxhighlight lang="javascript"> export default class HelloWorld extends Plugin { prestart() { console.log('Hello world!'); } } </syntaxh..."