4 lines
40 B
GDScript
4 lines
40 B
GDScript
|
|
func test() {
|
||
|
|
print("Hello world!");
|
||
|
|
}
|