mirror of
https://github.com/emptyynes/LIVM.git
synced 2025-01-06 16:42:25 +03:00
5 lines
58 B
Lua
5 lines
58 B
Lua
|
return {
|
||
|
source = function(source)
|
||
|
return source
|
||
|
end
|
||
|
}
|