3 lines
64 B
C++
3 lines
64 B
C++
void test() {
|
|
for (float x = 0.1f; x <= 1.0f; x += 0.1f) {}
|
|
}
|
void test() {
|
|
for (float x = 0.1f; x <= 1.0f; x += 0.1f) {}
|
|
}
|