Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
someonewithpc
/
russell
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
instructions
master
russell
/
examples
/
helloworld_1.txt
helloworld_1.txt
77 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
fn main () {
let x = 1;
if x == 1337 {
println!(42);
}
}