We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bd0b5 commit a51108cCopy full SHA for a51108c
defaults/HelloPy.lf
@@ -1,8 +1,7 @@
1
-target Python;
+target Python
2
3
main reactor {
4
- reaction (startup) {=
5
- print("Hello World!")
6
- =}
7
-}
8
-
+ reaction(startup) {=
+ print("Hello World!")
+ =}
+}
defaults/HelloRust.lf
-target Rust;
+target Rust
- println!("Hello World!");
+ println!("Hello World!");
0 commit comments