mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
4 lines
134 B
Lua
4 lines
134 B
Lua
print( "I'm running on platform " .. pd.platform() )
|
|
print( "The CPU is a " .. pd.cpu() )
|
|
print( "The board name is " .. pd.board() )
|