Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
duc-nx committed Aug 23, 2024
1 parent 8194945 commit ef8295f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/bin/fast-fib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]
#![no_main]

use nexus_rt::{read_from_private_input, println};
use nexus_rt::{println, read_from_private_input};

fn fib(n: u32, mut t1: i32, mut t2: i32) -> i32 {
let mut t3 = 0;
Expand Down

0 comments on commit ef8295f

Please sign in to comment.