--[[
* This file is part of laurelin/client
* Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
*
* Licensed under GPL-3.0-only.
* See LICENSE for licensing information.
]]
function on_start()
print_to_console("hello from lua")
print("hello from lua")
end