Skip to content

Instantly share code, notes, and snippets.

CC = "gcc"
task :default => "omikuji11"
file "omikuji11" => ["omikuji11.o"] do
sh "#{CC} -o omikuji11 omikuji11.o"
end
file "omikuji11.o" => "omikuji11.c" do
sh "#{CC} -c omikuji11.c"
@ytk001
ytk001 / curry.html
Last active February 5, 2016 02:07 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="description" content="美味しいカレーのレシピ">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<article>