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_2.txt
helloworld_2.txt
75 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
fn main () {
let x = 1;
if x == 1337 {
println(42);
}
}