view test_integration/src/main.rs @ 154:6604947e0369

test_integration: Start implementing first API call test
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Oct 2020 19:54:34 +0100
parents 5d54636d2bee
children
line wrap: on
line source

fn main() {
    println!("Hello, world!");
}