mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 05:28:25 -05:00
10 lines
73 B
C++
10 lines
73 B
C++
|
#include "lib.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
puts("main");
|
||
|
X::a.put();
|
||
|
putReg();
|
||
|
}
|
||
|
|