diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-23 16:14:51 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-23 16:14:51 +0200 |
| commit | 5b038666c3e911ffeb78a4d656044e5bd076705b (patch) | |
| tree | 9b09b4f27c39ef6a0139a5eb9bfa5e98a250086c /examples/main.ct | |
| parent | 70615379062cdd2e016f5095dfafd23a6dca148c (diff) | |
| download | ek-5b038666c3e911ffeb78a4d656044e5bd076705b.tar.gz ek-5b038666c3e911ffeb78a4d656044e5bd076705b.zip | |
integrate parser work
Diffstat (limited to 'examples/main.ct')
| -rw-r--r-- | examples/main.ct | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/main.ct b/examples/main.ct new file mode 100644 index 0000000..4ebe8b7 --- /dev/null +++ b/examples/main.ct @@ -0,0 +1,3 @@ +main() i32 { + return 0; +} |
