Skip to content

Instantly share code, notes, and snippets.

View gregoire-bessagnet's full-sized avatar
💭
open for positions

Grégoire Bessagnet gregoire-bessagnet

💭
open for positions
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Au secours, on commence Javascript !</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Hello, world!</h1>
<script src="http://code.jquery.com/jquery.js"></script>
class Task
attr_reader :id, :title
attr_accessor :done
def initialize(args = {})
@id = args[:id]
@title = args[:title]
@description = args[:description]
@done = args[:done] || false
end
Verifying that +gregoirebessagnet is my blockchain ID. https://onename.com/gregoirebessagnet