Skip to content

Instantly share code, notes, and snippets.

package a1
import (
"fmt"
"testing"
)
type Person struct {
Name string
}
@behouba
behouba / SimonGame_.idea_SimonGame.iml
Created August 2, 2017 22:54
Simon game training projet in HTML CSS JAVASCRIPT
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
@behouba
behouba / index.html
Last active May 21, 2017 17:59
xdQaEj
<html>
<head>
<title>President Félix Houphouët-Boigny</title>
<style>
body {
background-color: #FFD258;
margin: 20px;
padding:20px;
font-family: bitter;
}