Skip to content

Instantly share code, notes, and snippets.

View evilstevecat's full-sized avatar

Evil Stevecat evilstevecat

  • Under the bed.
View GitHub Profile
@evilstevecat
evilstevecat / hello_world.py
Created August 13, 2020 12:23
Hello World Examples
class HelloWorld:
def __init__(self, name):
self.name = name.capitalize()
def sayHi(self):
print "Hello " + self.name + "!"
hello = HelloWorld("world")
hello.sayHi()

🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱 🐱

@evilstevecat
evilstevecat / test.md
Last active June 20, 2019 14:00
Transfer test

🐱

<?php
$countries=["Germany",
"Bulgaria",
"Poland",
"Ukraine",
"France",
"Croatia",
"Hungary",
"Israel",
<hello>