Skip to content

Instantly share code, notes, and snippets.

View hogucc's full-sized avatar
😺

Haruka Oguchi hogucc

😺
View GitHub Profile
@hogucc
hogucc / vending_machine_suica.rb
Created June 20, 2020 14:49
オブジェクト指向勉強用の自販機プログラム(suica)
#! /usr/bin/env ruby
# frozen_string_literal: true
class Suica
attr_reader :charge, :user_age, :user_sex, :bought_time
def initialize(charge: 0, age: 0, sex: "男性")
@charge = charge
@user_age = age
@user_sex = sex
@bought_time = Time.now
@hogucc
hogucc / gist:8cb70c7f5f61461c597d614912ab527b
Last active February 4, 2020 01:32 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>カレーのレシピ</title>
</head>
<body>
<article>
<h1>カレーのレシピ</h1>
<p>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。