興味のあること何でも記録。
$ sudo apt install rustc $
$ vi helloworld.rs fn main() { println!("hello world"); } $ rustc helloworld.rs $ ./helloworld hello world $
0 件のコメント:
コメントを投稿