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