[][src]Function tao_of_rust::ch01::title

pub fn title()

Examples

Basic usage:

pub fn title(){
  println!("第1章:{}", "新时代的语言");
}
title();Run