4 lines
48 B
C++
4 lines
48 B
C++
#include <stdlib.h>
|
|
void test() {
|
|
random();
|
|
}
|
#include <stdlib.h>
|
|
void test() {
|
|
random();
|
|
}
|