mirror of
https://github.com/godotengine/godot.git
synced 2026-05-10 01:41:15 -04:00
c6ca09dc6f
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
4 lines
40 B
GDScript
4 lines
40 B
GDScript
func test() {
|
|
print("Hello world!");
|
|
}
|