mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
11 lines
655 B
Plaintext
11 lines
655 B
Plaintext
term.log(" ____ ")
|
|
term.log(" /\\ |___ \\ ")
|
|
term.log(" / \\ _ __ __ _ ___ _ __ __ ____) |")
|
|
term.log(" / /\\ \\ | '__/ _` |/ _ \\| '_ \\ \\ \\ / /__ < ")
|
|
term.log(" / ____ \\| | | (_| | (_) | | | | \\ V /___) |")
|
|
term.log(" /_/ \\_\\_| \\__, |\\___/|_| |_| \\_/|____/ ")
|
|
term.log(" __/ | ")
|
|
term.log(" |___/ ")
|
|
term.log("----------------------------------------------")
|
|
term.log("Welcome to ARGON for WASM!")
|
|
term.log("write code above and click run to see it work like magic!") |