diff --git a/.gitignore b/.gitignore index 8d23c84..cf9a1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,6 @@ build/ .vscode .VSCodeCounter -test.fig +/test.fig docs/node_modules \ No newline at end of file diff --git a/test.fig b/test.fig deleted file mode 100644 index 7cf413e..0000000 --- a/test.fig +++ /dev/null @@ -1,15 +0,0 @@ -struct Person -{ - name: String; - - func getName() -> String - { - return name; - } -} - -var person := Person{"PuqiAR"}; - -const print := __fstdout_println; - -print(person.getName()); \ No newline at end of file