1
0
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-12-11 00:21:24 +01:00

feat(solutions): add is-prime-number/rust/function

This commit is contained in:
Divlo
2022-12-30 01:20:04 +01:00
parent 9e751c53d9
commit 29f8ac1da4
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[package]
name = "rust_application"
version = "1.0.0"
edition = "2021"
[dependencies]