Skip to content

Commit 23e8d71

Browse files
committed
Better programs, closer byte sizes
1 parent 87f5078 commit 23e8d71

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

stripe-1.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ package main
33
import "fmt"
44

55
func main() {
6-
fmt.Println("you're valid <3")
6+
n, r := "\n", "/\n"
7+
8+
fmt.Printf("/ \\/ \\"+n+"\\ "+r+" \\ "+r+" \\/")
79
}

stripe-2.plt

-1
This file was deleted.

stripe-2.xslt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/">💜</xsl:template></xsl:transform>

stripe-3.emberscript

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
class StripeThree extends Ember.Controller
1+
class StripeThree
2+
sorry: 'this isn't a very good example of emberscript; it's kinda just coffeescript'
3+
valid: true

stripe-4.plt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set yrange [-3:1]
2+
plot [-2:2] acos(1 - abs(x)) - pi with filledcurves, sqrt(1 - (abs(x) - 1) ** 2) with filledcurves

stripe-4.xslt

-2
This file was deleted.

0 commit comments

Comments
 (0)