Skip to content

Commit

Permalink
WIP: 24-04-19 10:22
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Apr 19, 2024
1 parent a866412 commit fe9ae21
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
<head>
<title>Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
<style>
body {
background-color: black;
color: white;}
a:link { color: white; }
a:visited { color: #dadd98; }
</style>
</head>

<body>
<body style=>
<table width="95%">
<tr>

Expand Down
8 changes: 8 additions & 0 deletions docs/spec/tips/clojure-tips.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
= Clojure Tips
:sectnums:

== when-let

[source]
----
----

0 comments on commit fe9ae21

Please sign in to comment.