Skip to content

Commit

Permalink
Add advanced calculator app structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-saad-la committed Jun 30, 2024
1 parent d8048c7 commit e3d5443
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rustapps/advanced_calculator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "advanced_calculator"
version = "0.1.0"
edition = "2021"

[dependencies]
[lib]
name = "advanced_calculator"
path = "src/lib.rs"
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions rustapps/advanced_calculator/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
Empty file.

0 comments on commit e3d5443

Please sign in to comment.