Skip to content

Instantly share code, notes, and snippets.

View Romitou's full-sized avatar

Romain Romitou

View GitHub Profile
@Romitou
Romitou / hello_world.py
Created July 1, 2020 11:27
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()
Microsoft Windows [version 10.0.18363.720]
(c) 2019 Microsoft Corporation. Tous droits réservés.
D:\Romain\Bureau\Skript-2.5-alpha2>gradlew clean build
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\Romain\Bureau\Skript-2.5-alpha2\build.gradle'