about summary refs log tree commit diff
path: root/tvix/eval/src/main.rs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-08-04T13·29+0300
committertazjin <tazjin@tvl.su>2022-08-12T12·34+0000
commitd1bf3d3577af062e5c7ddbf5c871386c61b34fc0 (patch)
treef5af142a88bf7e66afd10f03c2e64eaf2ffdc48f /tvix/eval/src/main.rs
parent8f4beaaba269c3312c149fcb05414fdb8f7bdcae (diff)
feat(tvix/eval): check in generated project skeleton r/4398
Change-Id: Iecc8283abb289de71f22076fd88892f6ded99cb3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6062
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'tvix/eval/src/main.rs')
-rw-r--r--tvix/eval/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/eval/src/main.rs b/tvix/eval/src/main.rs
new file mode 100644
index 0000000000..e7a11a969c
--- /dev/null
+++ b/tvix/eval/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+    println!("Hello, world!");
+}