Skip to content

Commit

Permalink
Move author list to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
thatplguy committed Nov 21, 2024
1 parent c34e846 commit 8cfb881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Welcome to CN

_These tutorials and docs were developed by Christopher Pulte, Benjamin C.
Pierce, and Cole Schlesinger, with contributions from Elizbeth Austell._

CN is an extension of the C programming language for testing and verifying the
correctness of C code, especially on low-level systems code. Compared to
standard C, CN checks not only that expressions and statements follow the
Expand Down
3 changes: 0 additions & 3 deletions docs/getting-started/tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# CN Tutorials

_These tutorials were developed by Christopher Pulte and Benjamin C. Pierce,
with contributions from Elizbeth Austell and Cole Schlesinger._

These tutorials introduce CN through a series of examples, starting with basic
usage of CN on simple arithmetic functions and slowly moving towards more
elaborate separation logic specifications of data structures.
Expand Down

0 comments on commit 8cfb881

Please sign in to comment.