mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
added SDL2 source moved files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- an implementation of printf
|
||||
|
||||
function printf(...)
|
||||
io.write(string.format(...))
|
||||
end
|
||||
|
||||
printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
|
||||
Reference in New Issue
Block a user