Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 527 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 527 Bytes

Build Instructions

You can find build instructions here:

You can also find more instructions on the Building Keyhotee page of the wiki.

Coding Stanards

All submitted code should follow the style indicated by the example below:

ClassName
memberMethod()
_member_variable
local_variable

void method()
{
   ...
}

if( ... ) 
{
}
else
{
}