Basic args rust parsing.

This commit is contained in:
Tomasz Półgrabia 2025-01-13 22:02:30 +01:00
parent 67c1a42044
commit 27b2b1b11e
4 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[package]
name = "rust_demo1"
version = "0.1.0"
edition = "2021"
[dependencies]
getopts = "0.2.21"