progress variables

This commit is contained in:
2026-07-09 15:06:07 +02:00
parent 2b8273fd55
commit 8f249751ea
6 changed files with 7 additions and 5 deletions
+3
View File
@@ -1,4 +1,7 @@
// TODO: Add some function with the name `call_me` without arguments or a return value.
fn call_me() {
}
fn main() {
call_me(); // Don't change this line