Skip to content

Commit a5da95a

Browse files
author
Lenard George Swamy
authored
Update L6_Activity3.ino
1 parent d5ac196 commit a5da95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Lessons/L6_SendingDataToTheBoard/L6_Activity3/L6_Activity3.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This sketch is written to accompany Activity 3 in Lesson 06 of the CTC GO! core module
66
*/
77

8-
char selectedWord[] = {"adamadrina"}; // choosing the word to guess
8+
char selectedWord[] = {"HelloWorld"}; // choosing the word to guess
99
char guessingWord[sizeof(selectedWord)]; // to store the guessing letters
1010
char incoming = 0;
1111

0 commit comments

Comments
 (0)