File tree Expand file tree Collapse file tree 2 files changed +17
-19
lines changed
_sources/Unit1-Getting-Started Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,23 @@ Lesson Workspace
158158 }
159159
160160
161+ .. activecode :: testaudio
162+ :language: java
163+ :tour_1: "Overall Tour"; 1: test_1a; 2: test_1b;
164+
165+ Testing audio tour
166+ ~~~~
167+ public class TestAudio
168+ {
169+ public static void main(String[] args)
170+ {
171+ System.out.println("Hello");
172+ System.out.println("Welcome");
173+ }
174+ }
175+
176+
177+
161178
162179.. raw :: html
163180
Original file line number Diff line number Diff line change @@ -629,26 +629,7 @@ They are for you and other programmers working with you.
629629
630630
631631
632- TESTING AUDIO TOUR
633632
634- .. activecode :: testaudio
635- :language: java
636- :tour_1: "Overall Tour"; 1: test_1a; 2: test_1b;
637-
638- Testing audio tour
639- ~~~~
640- public class TestAudio
641- {
642- public static void main(String[] args)
643- {
644- System.out.println("Hello");
645- System.out.println("Welcome");
646- }
647- }
648-
649- ====
650-
651-
652633
653634
654635Summary
You can’t perform that action at this time.
0 commit comments