Last active
November 19, 2024 17:47
-
-
Save Juoelenis/770f621160a13c551abe34b62c94af44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is where i post cool code samples from HPP, feel free to copy paste from here! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code snippet for log4j and node.js
made in rust:
`// Log that the application has started
log::info!("Redirector service starting...");