mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-12-16 00:45:30 -05:00
chore: change Hello, world! to What's up world? to allow me to cut a release
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
pub fn main() {
|
pub fn main() {
|
||||||
#[cfg(feature = "tracing")]
|
#[cfg(feature = "tracing")]
|
||||||
tracing::info!("Hello, world!");
|
tracing::info!("What's up, world?");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user