Sync computers
This commit is contained in:
@@ -6,8 +6,8 @@ fn main() {
|
||||
let mut test = String::new();
|
||||
test.push('A');
|
||||
test.push('B');
|
||||
for _ in 0..50 {
|
||||
for _ in 0..100 {
|
||||
test.push('C');
|
||||
}
|
||||
println!("Hello from PIC program loaded dynamically with custom std and a better justfile, and syscalls !");
|
||||
println!("Hello from PIC program loaded dynamically with custom std and a better justfile, and syscalls ! {}", test);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user