summaryrefslogtreecommitdiff
path: root/crates/user/creating_devices/src/main.rs
blob: ad1f136cf49c7b60b08cc8d23cede678da2b2b4b (plain) (blame)
1
2
3
4
5
fn main() -> Result<(), std::io::Error> {
  let _file = std::fs::File::open("\\??\\Example")?;

  Ok(())
}