rust-ci-cd-template 0.1.4

A rust ci/cd template for github
1
2
3
4
5
6
// SPDX-License-Identifier: CC0-1.0 OR MIT OR Apache-2.0
// -> todo! remove this notice

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