Skip to content
View JoshuaKasa's full-sized avatar
:shipit:
Doing stuff
:shipit:
Doing stuff

Block or report JoshuaKasa

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JoshuaKasa/README.md
skeletons
// About me, using my own programming language CASO
incorp standard {
	print_line
}

obj Me(name: Str, surname: Str) {
	fnc print_informations(): Empty {
		print_line("Name: " + name)
		print_line("Surname: " + surname)
	}
}

let me: Me = {
	"Tommaso",
	"Santamaria"
}
me.print_informations()

My Projects

BASO CASO DASO FASO GASO

Pinned Loading

  1. van-gonography van-gonography Public

    Hide 🕵️‍♂️ your files of any type inside a image of your choice using steganography

    Python 444 28

  2. BASO BASO Public

    Open-source "Rainbow Six Siege" recoil control script with no injection 👨🏻‍💻

    Python 2

  3. CASO CASO Public

    Simple Java transpiled language built with Python ☕

    Python 1

  4. bearrb bearrb Public

    Bear-to-Bear converter 🐻

    Python