mirror of
https://github.com/System-End/APCSA.git
synced 2026-04-19 21:05:16 +00:00
10 lines
185 B
Java
Executable file
10 lines
185 B
Java
Executable file
package U1.L1;
|
|
|
|
/* Lesson 1 Coding Activity Question 1 */
|
|
|
|
class U1_L1_Activity_One {
|
|
|
|
public static void main(String[] args) {
|
|
System.out.print(" Stephen Curry ");
|
|
}
|
|
}
|