//#![test_runner(hermit::test_runner)]
//#![feature(custom_test_frameworks)]
//#![reexport_test_harness_main = "test_main"]
//use core::panic::PanicInfo;
extern crate hermit;
use *;
/// Print all Strings the application got passed as arguments
runtime_entry_with_args!;