├── .gitignore ├── 05AB1E └── OwO.abe ├── ASCII └── ASCII ├── Ada └── OwO.adb ├── Axe ├── OWO.8xp ├── OWOSRC.8xp ├── OwO source (readable on PC).txt ├── SCREENSHOT.BMP └── SCREENSHOT.png ├── BASIC └── OwO.bas ├── BF └── OwO.bf ├── Bash └── OwO.sh ├── Batch └── OwO.bat ├── Boo └── OwO.boo ├── C ├── CMakeLists.txt ├── OwO.c └── OwO.cpp ├── COBOL └── OwO.cbl ├── CPP ├── CMakeLists.txt └── OwO.cpp ├── CSS └── OwO.css ├── CSharp ├── OwO.csproj └── Program.cs ├── CoffeeScript └── OwO.coffee ├── Crystal └── OwO.cr ├── D └── OwO.d ├── Dart └── OwO.dart ├── Decimal └── OwO ├── Docker └── Dockerfile ├── Elisp └── OwO.el ├── Elixir └── Elixir.exs ├── Emojicode └── OwO.emojic ├── Erlang └── owo.erl ├── Español └── OwO.ext ├── FET └── OwO.fet ├── FORTRAN └── owo.f95 ├── FSharp ├── OwO.fsproj └── Program.fs ├── Factor └── OwO.fact ├── Fish └── OwO.fish ├── Forth └── owo.fs ├── Go └── OwO.go ├── HTML └── OwO.html ├── Haskell └── OwO.hs ├── JSFuck └── OwO.js ├── JScript └── OwO.js ├── Java └── OwO.java ├── JavaScript └── OwO.js ├── Julia └── OwO.jl ├── Kotlin └── OwO.kt ├── LICENSE ├── LOLCODE └── OwO.lol ├── LaTeX └── OwO.tex ├── Lisp └── OwO.lisp ├── Lua └── OwO.lua ├── MIPS ├── README.md └── main.asm ├── MSX88 ├── OWO.EJE ├── OWO.O ├── OwO.asm ├── OwO.png └── Readme.md ├── Makefile └── Makefile ├── Malbolge └── OwO.mal ├── Nim ├── Nim.nimble └── src │ └── OwO.nim ├── NodeJs └── OwO.js ├── Ocaml ├── Makefile ├── OCamlMakefile └── OwO.ml ├── PHP └── OwO.php ├── PLI └── OwO.pli ├── Pascal └── OwO.pas ├── PercentEncoding └── OwO ├── Perl └── OwO.pl ├── PostScript └── OwO.ps ├── Powershell └── OwO.ps1 ├── Python └── owo.py ├── R └── OwO.R ├── README.md ├── Red └── OwO.red ├── Ruby └── OwO.rb ├── Rust ├── Cargo.toml └── src │ └── main.rs ├── Scala └── OwO.scala ├── Slashes └── OwO ├── Swift └── OwO.swift ├── Tcl └── OwO.tcl ├── Terraform └── OwO.tf ├── TypeScript └── OwO.ts ├── UTF-16 └── OwO ├── UTF-32 └── OwO ├── UTF-8 └── OwO ├── V └── OwO.v ├── VBScript └── OwO.vbs ├── Vala └── OwO.vala ├── VisualBasic └── OwO.vb ├── Wenyan ├── OwO.svg └── OwO.wy ├── Whitespaces └── whitespaces.txt ├── Zsh └── OwO.zsh ├── awk └── OwO.awk ├── svg └── OwO.svg ├── vcalendar └── OwO.ics ├── x86 ├── README.md ├── gas.s ├── gcc-gas.sh ├── gcc-nasm.sh ├── masm.asm ├── msvc-masm.bat ├── msvc-nasm.bat └── nasm.asm └── ~English └── OwO.ext /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/.gitignore -------------------------------------------------------------------------------- /05AB1E/OwO.abe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/05AB1E/OwO.abe -------------------------------------------------------------------------------- /ASCII/ASCII: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/ASCII/ASCII -------------------------------------------------------------------------------- /Ada/OwO.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Ada/OwO.adb -------------------------------------------------------------------------------- /Axe/OWO.8xp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Axe/OWO.8xp -------------------------------------------------------------------------------- /Axe/OWOSRC.8xp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Axe/OWOSRC.8xp -------------------------------------------------------------------------------- /Axe/OwO source (readable on PC).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Axe/OwO source (readable on PC).txt -------------------------------------------------------------------------------- /Axe/SCREENSHOT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Axe/SCREENSHOT.BMP -------------------------------------------------------------------------------- /Axe/SCREENSHOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Axe/SCREENSHOT.png -------------------------------------------------------------------------------- /BASIC/OwO.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/BASIC/OwO.bas -------------------------------------------------------------------------------- /BF/OwO.bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/BF/OwO.bf -------------------------------------------------------------------------------- /Bash/OwO.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Bash/OwO.sh -------------------------------------------------------------------------------- /Batch/OwO.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Batch/OwO.bat -------------------------------------------------------------------------------- /Boo/OwO.boo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Boo/OwO.boo -------------------------------------------------------------------------------- /C/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/C/CMakeLists.txt -------------------------------------------------------------------------------- /C/OwO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/C/OwO.c -------------------------------------------------------------------------------- /C/OwO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/C/OwO.cpp -------------------------------------------------------------------------------- /COBOL/OwO.cbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/COBOL/OwO.cbl -------------------------------------------------------------------------------- /CPP/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/CPP/CMakeLists.txt -------------------------------------------------------------------------------- /CPP/OwO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/CPP/OwO.cpp -------------------------------------------------------------------------------- /CSS/OwO.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/CSS/OwO.css -------------------------------------------------------------------------------- /CSharp/OwO.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/CSharp/OwO.csproj -------------------------------------------------------------------------------- /CSharp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/CSharp/Program.cs -------------------------------------------------------------------------------- /CoffeeScript/OwO.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/CoffeeScript/OwO.coffee -------------------------------------------------------------------------------- /Crystal/OwO.cr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Crystal/OwO.cr -------------------------------------------------------------------------------- /D/OwO.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/D/OwO.d -------------------------------------------------------------------------------- /Dart/OwO.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Dart/OwO.dart -------------------------------------------------------------------------------- /Decimal/OwO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Decimal/OwO -------------------------------------------------------------------------------- /Docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Docker/Dockerfile -------------------------------------------------------------------------------- /Elisp/OwO.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Elisp/OwO.el -------------------------------------------------------------------------------- /Elixir/Elixir.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Elixir/Elixir.exs -------------------------------------------------------------------------------- /Emojicode/OwO.emojic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Emojicode/OwO.emojic -------------------------------------------------------------------------------- /Erlang/owo.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Erlang/owo.erl -------------------------------------------------------------------------------- /Español/OwO.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Español/OwO.ext -------------------------------------------------------------------------------- /FET/OwO.fet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/FET/OwO.fet -------------------------------------------------------------------------------- /FORTRAN/owo.f95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/FORTRAN/owo.f95 -------------------------------------------------------------------------------- /FSharp/OwO.fsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/FSharp/OwO.fsproj -------------------------------------------------------------------------------- /FSharp/Program.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/FSharp/Program.fs -------------------------------------------------------------------------------- /Factor/OwO.fact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Factor/OwO.fact -------------------------------------------------------------------------------- /Fish/OwO.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Fish/OwO.fish -------------------------------------------------------------------------------- /Forth/owo.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Forth/owo.fs -------------------------------------------------------------------------------- /Go/OwO.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Go/OwO.go -------------------------------------------------------------------------------- /HTML/OwO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/HTML/OwO.html -------------------------------------------------------------------------------- /Haskell/OwO.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Haskell/OwO.hs -------------------------------------------------------------------------------- /JSFuck/OwO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/JSFuck/OwO.js -------------------------------------------------------------------------------- /JScript/OwO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/JScript/OwO.js -------------------------------------------------------------------------------- /Java/OwO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Java/OwO.java -------------------------------------------------------------------------------- /JavaScript/OwO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/JavaScript/OwO.js -------------------------------------------------------------------------------- /Julia/OwO.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Julia/OwO.jl -------------------------------------------------------------------------------- /Kotlin/OwO.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Kotlin/OwO.kt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/LICENSE -------------------------------------------------------------------------------- /LOLCODE/OwO.lol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/LOLCODE/OwO.lol -------------------------------------------------------------------------------- /LaTeX/OwO.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/LaTeX/OwO.tex -------------------------------------------------------------------------------- /Lisp/OwO.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Lisp/OwO.lisp -------------------------------------------------------------------------------- /Lua/OwO.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Lua/OwO.lua -------------------------------------------------------------------------------- /MIPS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MIPS/README.md -------------------------------------------------------------------------------- /MIPS/main.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MIPS/main.asm -------------------------------------------------------------------------------- /MSX88/OWO.EJE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MSX88/OWO.EJE -------------------------------------------------------------------------------- /MSX88/OWO.O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MSX88/OWO.O -------------------------------------------------------------------------------- /MSX88/OwO.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MSX88/OwO.asm -------------------------------------------------------------------------------- /MSX88/OwO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MSX88/OwO.png -------------------------------------------------------------------------------- /MSX88/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/MSX88/Readme.md -------------------------------------------------------------------------------- /Makefile/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Makefile/Makefile -------------------------------------------------------------------------------- /Malbolge/OwO.mal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Malbolge/OwO.mal -------------------------------------------------------------------------------- /Nim/Nim.nimble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Nim/Nim.nimble -------------------------------------------------------------------------------- /Nim/src/OwO.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Nim/src/OwO.nim -------------------------------------------------------------------------------- /NodeJs/OwO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/NodeJs/OwO.js -------------------------------------------------------------------------------- /Ocaml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Ocaml/Makefile -------------------------------------------------------------------------------- /Ocaml/OCamlMakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Ocaml/OCamlMakefile -------------------------------------------------------------------------------- /Ocaml/OwO.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Ocaml/OwO.ml -------------------------------------------------------------------------------- /PHP/OwO.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/PHP/OwO.php -------------------------------------------------------------------------------- /PLI/OwO.pli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/PLI/OwO.pli -------------------------------------------------------------------------------- /Pascal/OwO.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Pascal/OwO.pas -------------------------------------------------------------------------------- /PercentEncoding/OwO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/PercentEncoding/OwO -------------------------------------------------------------------------------- /Perl/OwO.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Perl/OwO.pl -------------------------------------------------------------------------------- /PostScript/OwO.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/PostScript/OwO.ps -------------------------------------------------------------------------------- /Powershell/OwO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Powershell/OwO.ps1 -------------------------------------------------------------------------------- /Python/owo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Python/owo.py -------------------------------------------------------------------------------- /R/OwO.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/R/OwO.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/README.md -------------------------------------------------------------------------------- /Red/OwO.red: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Red/OwO.red -------------------------------------------------------------------------------- /Ruby/OwO.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Ruby/OwO.rb -------------------------------------------------------------------------------- /Rust/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Rust/Cargo.toml -------------------------------------------------------------------------------- /Rust/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Rust/src/main.rs -------------------------------------------------------------------------------- /Scala/OwO.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Scala/OwO.scala -------------------------------------------------------------------------------- /Slashes/OwO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Slashes/OwO -------------------------------------------------------------------------------- /Swift/OwO.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Swift/OwO.swift -------------------------------------------------------------------------------- /Tcl/OwO.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Tcl/OwO.tcl -------------------------------------------------------------------------------- /Terraform/OwO.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Terraform/OwO.tf -------------------------------------------------------------------------------- /TypeScript/OwO.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/TypeScript/OwO.ts -------------------------------------------------------------------------------- /UTF-16/OwO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/UTF-16/OwO -------------------------------------------------------------------------------- /UTF-32/OwO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/UTF-32/OwO -------------------------------------------------------------------------------- /UTF-8/OwO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/UTF-8/OwO -------------------------------------------------------------------------------- /V/OwO.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/V/OwO.v -------------------------------------------------------------------------------- /VBScript/OwO.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/VBScript/OwO.vbs -------------------------------------------------------------------------------- /Vala/OwO.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Vala/OwO.vala -------------------------------------------------------------------------------- /VisualBasic/OwO.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/VisualBasic/OwO.vb -------------------------------------------------------------------------------- /Wenyan/OwO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Wenyan/OwO.svg -------------------------------------------------------------------------------- /Wenyan/OwO.wy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Wenyan/OwO.wy -------------------------------------------------------------------------------- /Whitespaces/whitespaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Whitespaces/whitespaces.txt -------------------------------------------------------------------------------- /Zsh/OwO.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/Zsh/OwO.zsh -------------------------------------------------------------------------------- /awk/OwO.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/awk/OwO.awk -------------------------------------------------------------------------------- /svg/OwO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/svg/OwO.svg -------------------------------------------------------------------------------- /vcalendar/OwO.ics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/vcalendar/OwO.ics -------------------------------------------------------------------------------- /x86/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/README.md -------------------------------------------------------------------------------- /x86/gas.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/gas.s -------------------------------------------------------------------------------- /x86/gcc-gas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/gcc-gas.sh -------------------------------------------------------------------------------- /x86/gcc-nasm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/gcc-nasm.sh -------------------------------------------------------------------------------- /x86/masm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/masm.asm -------------------------------------------------------------------------------- /x86/msvc-masm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/msvc-masm.bat -------------------------------------------------------------------------------- /x86/msvc-nasm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/msvc-nasm.bat -------------------------------------------------------------------------------- /x86/nasm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/x86/nasm.asm -------------------------------------------------------------------------------- /~English/OwO.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Krutonium/OwO/HEAD/~English/OwO.ext --------------------------------------------------------------------------------