Skip to content

Commit 29ac157

Browse files
ClémentClément
authored andcommitted
Adding missing md file.
1 parent 563264b commit 29ac157

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
documentclass: scrartcl
3+
numbersections: true
4+
papersize: letter
5+
geometry: margin=1in
6+
title: ℙrinciples of ℂomputer ℙrogramming
7+
author: https://princomp.github.io/docs/about/credits#authors
8+
lang: en
9+
keywords:
10+
- Computer Science
11+
- Problem solving methods
12+
- Augusta University
13+
- Bachelor of Science
14+
- C# Programming language
15+
---
16+
17+
# Foreword {-}
18+
19+
Welcome to the course resources book to teach principles of computer programming using C#.
20+
This resource is accessible on-line at <https://princomp.github.io/>, and [the Credits section below](#credits) gives more detail on how this resource was developed and why.
21+
22+
This resource should *not* be read linearly: the [Computers and Programming section](#computers-and-programming) is where the actual content begins, the sections before it mostly describe how to use this resource, how to reach out for help, etc.
23+
24+
The source for this book is freely accessible at <https://github.com/princomp/princomp.github.io>, head there or at <https://princomp.github.io/docs/about/credits#authors> to find how to reach the maintainer(s) of this resource.

0 commit comments

Comments
 (0)