Add hw1
This commit is contained in:
12
hw1/section_c.txt
Normal file
12
hw1/section_c.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Script started on 2026-04-08 23:27:01-07:00 [TERM="xterm-256color" TTY="/dev/pts/1" COLUMNS="77" LINES="35"]
|
||||
]0;edith@edith-long:~/devel/ece373/hw1[?2004h[38;5;36m[edith@edith-long [39mhw1[38;5;36m]$ [39m[7mgcc -g -o sample_string_reverse sample_string_reverse[27m[7m.[27m[7mc[27m[A
|
||||
[38;5;36m[edith@edith-long [39mhw1[38;5;36m]$ [39mgcc -g -o sample_string_reverse sample_string_reverse.c
|
||||
[?2004l
|
||||
]0;edith@edith-long:~/devel/ece373/hw1[?2004h[38;5;36m[edith@edith-long [39mhw1[38;5;36m]$ [39m./sample_string_reverse
|
||||
[?2004l
|
||||
Input string to reverse: chicken
|
||||
Reversed: nekcihc
|
||||
]0;edith@edith-long:~/devel/ece373/hw1[?2004h[38;5;36m[edith@edith-long [39mhw1[38;5;36m]$ [39m./sample_string_reverse
|
||||
[?2004l
|
||||
Input string to reverse: 1234567890
|
||||
Reversed: 0987654321
|
||||
Reference in New Issue
Block a user