This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:data:fall2023:projects:abc0 [2023/08/23 18:07] – [Create and execute hello.c] wgates1 | notes:data:fall2023:projects:abc0 [2023/08/24 17:47] (current) – [Log into Lab46 wiki] jgleas15 | ||
---|---|---|---|
Line 39: | Line 39: | ||
Once logged in note that the left sidebar has been updated with some new links, now on the wiki you have access to links to the course homepages of the classes you are taking and a link to your journal. It would be a good idea to familiarize yourself with these resources. 8-) | Once logged in note that the left sidebar has been updated with some new links, now on the wiki you have access to links to the course homepages of the classes you are taking and a link to your journal. It would be a good idea to familiarize yourself with these resources. 8-) | ||
+ | |||
+ | * Also if you have done a journal in previous semesters and would like to recall on them you can use the " | ||
+ | |||
+ | * First click **journal** | ||
+ | * Second the **class year** of your journal | ||
+ | * Third your **username** | ||
+ | * Finally select your **week** you wish to access | ||
====Set up personal development system==== | ====Set up personal development system==== | ||
Line 51: | Line 58: | ||
Your discord screen name (they aren't always easy to intuit, after the heading “discord: ”) | Your discord screen name (they aren't always easy to intuit, after the heading “discord: ”) | ||
- | Your matriculated program of study (after the heading “program: ”) | + | Your matriculated program of study aka your major (after the heading “program: ”) |
Any other information you feel pertinent to tell me (after the heading “other: ”) | Any other information you feel pertinent to tell me (after the heading “other: ”) | ||
Line 57: | Line 64: | ||
====Create and execute hello.c==== | ====Create and execute hello.c==== | ||
- | Create and name a text file " | + | Create and name a text file " |
- | Then open it with a text editor. | + | Once the file is created |
Write the following program to the file. | Write the following program to the file. | ||
Line 65: | Line 72: | ||
#include < | #include < | ||
| | ||
- | // This code outputs" | + | // This code outputs" |
int main() { | int main() { | ||
printf(" | printf(" |