2020-03-09 12:10:41 +01:00
|
|
|
// TODO create a nice program that can run on a system and will do the calibration.
|
|
|
|
// Make multithreaded, with core pinning or single threaded pinned to cores from the shell ?
|
2020-03-09 14:27:32 +01:00
|
|
|
|
|
|
|
pub fn main() {
|
|
|
|
println!("Hello World!");
|
|
|
|
}
|