From ef9b205d079ff6125007ba19def9b1d10acfebf8 Mon Sep 17 00:00:00 2001
From: Christian Lewe Write your program in the text box above ⬆️
The Simfony compiler will give you live feedback about your code.
-When you are happy with your program, click the run button on the right ➡️
+When you are happy with your program, click the run button on the bottom right ↘️
If your program succeeds, then you would be able to spend its locked coins if this were the blockchain.
If your program fails, then the transaction would be invalid. There is a stack trace for debugging.
@@ -22,7 +22,8 @@ Get help on Click the run button.
You complete the lesson by making the program succeed.👋 Welcome to the Simfony IDE!
;
.
Assign the value 1337 to variable x
.
u8
to u8
and u128
values."#,
r#"let max8: u8 = ; // <- Assign the maximum u8 value
let max128: u128 = ; // <- Assign the maximum u128 value
-// Click the run button
jet_verify(jet_all_8(max8));
let (top, bot) = max128;