mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-16 14:17:00 +00:00
4 lines
40 B
GDScript
4 lines
40 B
GDScript
func test() {
|
|
print("Hello world!");
|
|
}
|