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