view gara/README.md @ 64:a30944e5719e

Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 15:18:46 -0800
parents b9a40c633c93
children
line wrap: on
line source

# Go

Main page: https://go.dev/

Install link linux: https://go.dev/dl/go1.25.4.linux-amd64.tar.gz

Where to install: /usr/local/go

# C

I re-wrote it in C because I want to reference it inside of android app lol.

```
# Running
~/zenbu/gara/android/tutorial$ bazel build :app

# Path it will be installed in...
~/zenbu/bazel-bin/gara/android/tutorial


# How to start android app
emulator -avd wslpixel -gpu host -no-boot-anim &
```