-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
-- ds.page: Getting Started 🚧 | ||
|
||
Welcome to your journey to programming! In this chapter I will explains how to | ||
install `fastn`, how to write a "hello world" program, how to publish it on | ||
the web. | ||
|
||
While we are learning programming from scratch, we would be learning best | ||
practices from day one. Which means from day one we will use terminal, we will | ||
use proper programming editor, and we will store our source code in a version | ||
control system and finally we will deploy the hello world program on the web for | ||
others to view. | ||
Welcome to your journey to programming! In this chapter I teach you how to | ||
write your first `fastn` program, how to publish it on the web. | ||
|
||
-- ds.h1: Next Step | ||
|
||
Let's start with looking at [what is Github? ->](/book/github/) | ||
Let's start with looking at [what is FifthTry? ->](/book/fifthtry/) | ||
|
||
-- end: ds.page |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters