Skip to content

feat: finally made tree just like witr (this unironically took me 3 hours) #21

feat: finally made tree just like witr (this unironically took me 3 hours)

feat: finally made tree just like witr (this unironically took me 3 hours) #21

Workflow file for this run

name: Build Check
on: [pull_request, push]
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Compile
run: |
cl /O2 /std:c++20 /EHsc main.cpp /DUNICODE /D_UNICODE /Fe:win-witr.exe