diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-07-18 22:44:04 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-07-18 22:44:04 -0400 |
commit | e13ae14064901c0f4baa6e7d95ef878a1a056c7b (patch) | |
tree | 82e05d926c1afe57b6a6f43e6b4e35cdd4ae62c2 /posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php | |
parent | 3fddf4e0d72d8e2b40837269d849cd248107bd07 (diff) | |
download | 53hor-e13ae14064901c0f4baa6e7d95ef878a1a056c7b.tar.xz 53hor-e13ae14064901c0f4baa6e7d95ef878a1a056c7b.zip |
feat: two new cps rusts and update now, projects
Diffstat (limited to 'posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php')
-rw-r--r-- | posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php b/posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php new file mode 100644 index 0000000..58eff4b --- /dev/null +++ b/posts/2023-06-07-the-study-of-computer-science-computational-problem-solving-with-rust-01.php @@ -0,0 +1,7 @@ +<h1>The study of Computer Science: Computational problem solving with Rust 01</h1> + +<p class="description"> + In this first installment, we'll take a look at the study of Computer Science. We'll walk about what a program is, and some general guidelines for beginning to program. We'll also talk about how digital computers work, and how we can use them to manipulate date we're familiar with. +</p> + +<iframe width="560" height="315" src="https://www.youtube.com/embed/wQ81tMOvlYc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |