mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 16:21:33 +02:00
6 lines
87 B
FortranFixed
6 lines
87 B
FortranFixed
program example
|
|
integer n
|
|
n = 1
|
|
call ilFBindImage(n)
|
|
end
|