0xMALOTRU's Stuffs

Software Enthusiast Blog - /ma.lɔ.tʁy/ - lout, boor
My first entry.org
#my #first #entry
< #2
Created on: 2025-08-19 00:00:00

THIS IS MY FIRST CONTENT

And i’m very happy to be here

Here is a bit of source code

  app.error_page = require("views.404")
 
  function app:handle_error(err, trace)
    return { render = "404" }
  end