1
fn
main
() {
2
bruh
let
telegram:
&str
=
"t.me/jieggii"
;
3
bruh
let
email:
&str
=
"jieggii.contact@gmail.com"
;
4
bruh
let
github:
&str
=
"github.com/jieggii"
;
5
6
bruh
println!
(
"{}, {}, {}"
, telegram, email, github);
7
}
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
src/main.rs
1,1
All
:wq
|