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