Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
40 B
GDScript
Raw Permalink Normal View History

func test() {
print("Hello world!");
}