Skip to content

Commit

Permalink
hi!
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanCorDX committed Nov 6, 2024
0 parents commit 41a0c37
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
55 changes: 55 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "glibc-tests"
version = "0.1.0"
edition = "2021"

[dependencies]
ctor = "0.2"
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, flashbots!");
}

0 comments on commit 41a0c37

Please sign in to comment.