All of the following information is based on go version go1.17.1 darwin/amd64
.
GOOS | Out of the Box |
---|---|
aix |
✅ |
android |
✅ |
How to Edit Gopher Map
1.0 Text file
2.1 Directory
use std::io::{BufReader, BufRead, Error}; | |
use std::io; | |
use std::cmp; | |
use std::fs::File; | |
use std::collections::HashSet; | |
extern crate core; | |
struct TrieDict { | |
word : Option<String>, |
Chromebooks are special in that you can't run your own software outside of the Chrome browser. This is fine if you're browsing the web or editing things in Google Docs, but it makes writing and running your own code slightly more challenging. It's possible to set your Chromebook to "developer mode" and use it like a traditional computer, but this is slightly advanced and also resets the computer to factory defaults.
To still get the benefits of the Django Girls tutorial, this installation guide sets you up with a tool that runs a fully fledged computer for you that you can access through your browser.
First, we'll install a tool called Cloud 9 which will let us edit code, install software, and more. For the duration of the tutorial, Cloud 9 will act as your local machine. You'll still be executing commands in a terminal
interface just like your classmates on OS X or Ubuntu, but the terminal
will be remotely connected to a computer somewhere else that Clou