mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
3 lines
92 B
Lua
3 lines
92 B
Lua
print( "I'm running on platform " .. pd.name() )
|
|
print( "The CPU clock is " .. pd.clock() )
|