This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:c4eng:fall2024:projects:abc0 [2024/08/29 12:14] – [Log into Lab46 (shell)] skephart | notes:c4eng:fall2024:projects:abc0 [2024/08/29 21:51] (current) – [Create and execute hello.c] skephart | ||
---|---|---|---|
Line 15: | Line 15: | ||
====Set up personal development system==== | ====Set up personal development system==== | ||
====Clone lab46 semester repo on your system==== | ====Clone lab46 semester repo on your system==== | ||
+ | SSH and log into Lab46, type and run command " | ||
====Create info.text file with information==== | ====Create info.text file with information==== | ||
Open up the command prompt by typing in " | Open up the command prompt by typing in " | ||
Line 29: | Line 30: | ||
Hit " | Hit " | ||
====Create and execute hello.c==== | ====Create and execute hello.c==== | ||
+ | Inside of a directory of your choice, create a textfile named " | ||
+ | |||
+ | # | ||
+ | # | ||
+ | int main() | ||
+ | { | ||
+ | fprintf(stdout," | ||
+ | return(0); | ||
+ | } | ||
+ | |||
+ | After entering this code press the escape key in order to exit insert mode. After exiting insert mode type ": | ||
====Locate journal and customize title and intro==== | ====Locate journal and customize title and intro==== | ||
Near the top left corner of the wiki page, in a gray box below the logo, you will find a link titled " | Near the top left corner of the wiki page, in a gray box below the logo, you will find a link titled " |