Last active
March 22, 2024 01:42
-
-
Save madhephaestus/d4312a0787456ec27a2a to your computer and use it in GitHub Desktop.
BowlerStudio Hello World
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/.settings | |
/.project | |
/.classpath | |
/.cproject | |
/cache/ | |
/*.class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.neuronrobotics.bowlerstudio.BowlerKernel | |
// Have BowlerStudio speak messages | |
BowlerKernel.speak("welcome to bowler studio") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment