atomic radiation nuclear dangerous

This commit is contained in:
nora 2022-03-22 09:38:06 +01:00
commit 2d3b5f3c94
4 changed files with 15 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/target
Cargo.lock
.idea

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "nuclear"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# atomic things
# warning: only enter this with appropriate radiation protection

1
src/lib.rs Normal file
View file

@ -0,0 +1 @@
compile_error!("lol");