mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-12-15 12:45:29 -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() {
|
||||
#[cfg(feature = "tracing")]
|
||||
tracing::info!("Hello, world!");
|
||||
tracing::info!("What's up, world?");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user