feat: add goblin

This commit is contained in:
2021-06-12 18:33:24 +08:00
parent 85714fd86d
commit 7331163c2b
2 changed files with 12 additions and 0 deletions

3
__bin/goblin/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}