Updated Tutorial WritingCode (markdown)

Florian Nücke 2013-12-14 05:35:57 -08:00
parent 59889f5867
commit 9d032cb105

@ -12,3 +12,5 @@ When you're done, press Ctrl+S to save, then press Ctrl+W to close the editor. I
![Hello](http://i.imgur.com/CkPSaFK.png) ![Hello](http://i.imgur.com/CkPSaFK.png)
Notice that I didn't type the `.lua` extension when running it. The shell will look for files with that extension if it can't find the file with the exact name you specified. Notice that I didn't type the `.lua` extension when running it. The shell will look for files with that extension if it can't find the file with the exact name you specified.
If want your programs to survive reboots, **continue by reading on [[how to use hard drives|Tutorial/HardDrives]]**.