exercises

Log | Files | Refs | README

highest_absraction_syscall.rs (64B)


      1 pub fn syscall(message: String) {
      2     println!("{}", message)
      3 }