mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
8 lines
59 B
SourcePawn
8 lines
59 B
SourcePawn
public main()
|
|
{
|
|
char x[40];
|
|
any y[10];
|
|
x = y;
|
|
y = x;
|
|
}
|