aseprite/tests/scripts/console_print.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
180 B
Lua
Raw Normal View History

2018-08-23 01:56:07 +08:00
-- Copyright (C) 2018 David Capello
--
-- This file is released under the terms of the MIT license.
-- Read LICENSE.txt for more information.
print("hello world")
print(1, 2, 3)