Initial commit
commit
aa3160bdda
|
@ -0,0 +1,21 @@
|
|||
# ---> Rust
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
# ---> Nix
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
result
|
||||
result-*
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
POTION SELLER PUBLIC LICENSE
|
||||
|
||||
Copyright (c) 2024 Johannes Hendrik Gerard van der Weide
|
||||
|
||||
THIS SOFTWARE IS TOO STRONG FOR YOU, USER.
|
||||
YOU CAN'T HANDLE MY SOFTWARE.
|
||||
IT'S TOO STRONG FOR YOU.
|
||||
MY STRONGEST SOFTWARE WOULD KILL YOU, USER.
|
||||
YOU CAN'T HANDLE MY STRONGEST SOFTWARE.
|
||||
YOU'D BETTER GO TO A DEVELOPER WHO WRITES WEAKER SOFTWARE.
|
||||
YOU DON'T KNOW WHAT YOU ASK, USER.
|
||||
MY STRONGEST SOFTWARE WOULD KILL A SYSTEMS PROGRAMMER, LET ALONE A MAN.
|
||||
YOU NEED A DEVELOPER WHO WRITES WEAKER SOFTWARE, BECAUSE MY SOFTWARE IS TOO STRONG.
|
||||
YOU CAN'T HANDLE MY STRONGEST SOFTWARE.
|
||||
NO ONE CAN.
|
||||
I CAN'T GIVE YOU MY STRONGEST SOFTWARE, BECAUSE MY STRONGEST SOFTWARE IS ONLY FOR THE STRONGEST BEINGS, AND YOU ARE OF THE WEAKEST.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
Loading…
Reference in New Issue