Skip to content

Commit

Permalink
Fix template comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou committed Sep 10, 2024
1 parent 136c164 commit e05a93b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64-fn-impl.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!

// SOLUTION BEGIN
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64-short.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!
// SOLUTION BEGIN
$$$$solution_src$$$$
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64-short.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!
// SOLUTION BEGIN
#![crate_type="cdylib"]#![no_std]#[cfg(any())]mod x{
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64-shorter.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!
// SOLUTION BEGIN
$$$$solution_src$$$$
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64-shorter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!
// SOLUTION BEGIN
#![crate_type="cdylib"]#![no_std]#[cfg(any())]mod x{
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!

// SOLUTION BEGIN
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-amd64.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!

#![crate_type = "cdylib"] // On Windows, omit this or pass '--crate-type=bin' to rustc to avoid DLL creation.
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/static-pie-template-i686.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with https://github.com/kiwiyou/basm-rs
// Generated with https://github.com/boj-rs/basm-rs
// Learn rust (https://doc.rust-lang.org/book/) and get high performance out of the box!

// SOLUTION BEGIN
Expand Down

0 comments on commit e05a93b

Please sign in to comment.