Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HotelCalifornia/811c14b6d0ad30432257290f32048a0d to your computer and use it in GitHub Desktop.
Save HotelCalifornia/811c14b6d0ad30432257290f32048a0d to your computer and use it in GitHub Desktop.
Rust is ready to roll.
[01:35:09] root@HOTEL-BASE:~ **]#> mkdir rustproj
[01:42:24] root@HOTEL-BASE:~ **]#> cd rustproj/
[01:42:36] root@HOTEL-BASE:~/rustproj **]#> mkdir hello_world
[01:42:43] root@HOTEL-BASE:~/rustproj **]#> cd hello_world/
[01:42:47] root@HOTEL-BASE:~/rustproj/hello_world **]#> vi main.rs
[01:43:32] root@HOTEL-BASE:~/rustproj/hello_world **]#> rustc main.rs
Segmentation fault (core dumped)
[01:43:43] root@HOTEL-BASE:~/rustproj/hello_world **]#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment