Viewing profile — odroid-user
odroid-user
HN member- Joined
- Fri, Jan 09, 2015, 8:35 PM UTC
- HN karma
- 7
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About odroid-user
No profile information was provided.
Recent public activity
-
comment
Comment #8864628
I have a VPS running x86_64 Debian unstable so I installed Rust on it now. I compiled an hello world on the VPS, the content of which is: fn main () { println!("hello world"); } us…
-
comment
Comment #8864362
I attempted to install Rust on my ODROID-XU3 (which is running Lubuntu 14.04.1 LTS) just now by running: curl -s https://static.rust-lang.org/rustup.sh | sudo sh The resulting outp…