blue_sky 0.1.1

A fun game where you guess what number the computer has chosen.
Documentation
1
2
3
4
5
6
7
//同一个目录下导入
use crate::persist::save;

pub fn jdbc_save(string: &str){
    save()
}