You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2a. Install `make`: for `apt` based systems like Debian or Ubuntu, use `sudo apt-get install make`
18
-
2b. Install `gcc`: `sudo apt-get install gcc`
19
17
3. run `bin/c_koans`
20
18
4. Start fixing!
21
19
20
+
### On Windows:
21
+
22
+
1. Get a Linux command line ([Cygwin](http://www.cygwin.com/), [Windows Linux Subsystem](https://docs.microsoft.com/en-us/windows/wsl/install-win10), or whichever you prefer)
23
+
2. Follow the Linux/OSX instructions!
24
+
22
25
## Sections
23
26
24
27
Inside `src/` you will find a file for each of the following topics in C:
0 commit comments