Skip to content

Commit a365e77

Browse files
committed
moved audio tour
1 parent 1b4c3f5 commit a365e77

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

_sources/Unit1-Getting-Started/topic-1-12-lesson-workspace.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

_sources/Unit1-Getting-Started/topic-1-2-java-intro.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

654635
Summary

0 commit comments

Comments
 (0)