SYMBOL INDEX (38 symbols across 25 files) FILE: a/Android.java class HelloWorld (line 7) | public class HelloWorld extends Activity { method onCreate (line 9) | @Override FILE: b/Bottle.py function hello (line 4) | def hello(): FILE: c/C++.cpp function main (line 3) | int main() FILE: c/C.c function main (line 3) | int main(void) { FILE: c/CherryPy.py class HelloWorld (line 3) | class HelloWorld(object): method index (line 5) | def index(self): FILE: d/Dart.dart function main (line 1) | main() FILE: d/Django.py function index (line 3) | def index(request): FILE: f/FastAPI.py function root (line 6) | async def root(): FILE: f/Flask.py function hello (line 5) | def hello(): FILE: f/Flutter.dart function main (line 3) | void main() FILE: g/Go.go function main (line 5) | func main() { FILE: h/H++.hpp class Application (line 7) | class Application method main (line 9) | static void main() FILE: h/HTTP.py class Handler (line 6) | class Handler(http.server.SimpleHTTPRequestHandler): method do_GET (line 7) | def do_GET(self): FILE: j/JSX(DeNA).jsx class _Main (line 1) | class _Main { method function (line 2) | static function main(args : string[]) : void { FILE: j/Java.java class Java (line 1) | public class Java { method main (line 2) | public static void main(String[] args) { FILE: k/Kivy.py class MyApp (line 8) | class MyApp(App): method build (line 9) | def build(self): FILE: m/Manim.py class HelloWorld (line 3) | class HelloWorld(Scene): method construct (line 4) | def construct(self): FILE: p/Panther.py function hello_world (line 7) | def hello_world(): FILE: p/Pebble.c function main_window_load (line 6) | static void main_window_load(Window* window) { function main_window_unload (line 29) | static void main_window_unload(Window* window) { function init (line 34) | static void init() { function deinit (line 43) | static void deinit() { function main (line 47) | int main(void) { FILE: r/React Native.js function HelloWorld (line 4) | function HelloWorld() { FILE: r/React.js function Hello (line 1) | function Hello() { FILE: r/React360.js class hello_world (line 4) | class hello_world extends React.Component { method render (line 5) | render() { FILE: r/Ruby on Rails.rb class HelloWorld (line 1) | class HelloWorld < app FILE: r/Rust.rs function main (line 1) | fn main() { FILE: update_list.py function regexReplace (line 9) | def regexReplace(string, search, replacement):