diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2022-05-14 10:26:39 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2022-05-14 10:26:39 +0100 |
commit | 9f76cbc815a29425d4b297fc5a60ebfa1777b929 (patch) | |
tree | cdfc627cec56207b42249b6772335f03de4177fa /test/lustre_test.gleam | |
parent | beab31ed70c81259cf4940232d7200d144d87e34 (diff) | |
download | lustre-9f76cbc815a29425d4b297fc5a60ebfa1777b929.tar.gz lustre-9f76cbc815a29425d4b297fc5a60ebfa1777b929.zip |
:sparkles: Create a simple counter example.
Diffstat (limited to 'test/lustre_test.gleam')
-rw-r--r-- | test/lustre_test.gleam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lustre_test.gleam b/test/lustre_test.gleam new file mode 100644 index 0000000..382d1e4 --- /dev/null +++ b/test/lustre_test.gleam @@ -0,0 +1,3 @@ +pub fn main () { + Nil +}
\ No newline at end of file |