dpi0 / gist:f03b7dfce6444227ad5d082acef028ce
0 likes
0 forks
1 files
Last active
1 | package package1 |
2 | |
3 | import "fmt" |
4 | |
5 | // Hello prints a greeting message |
6 | func Hello(name string) { |
7 | fmt.Printf("Hello, %s!\n", name) |
8 | } |
dpi0 / write.html
0 likes
0 forks
1 files
Last active
1 | <!DOCTYPE html> |
2 | <html class="fixedheight"> |
3 | <head> |
4 | <link rel="icon" href="assets/icons/favicon.ico" /> |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
6 | <title>Writing</title> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | <link rel="stylesheet" href="assets/css/styles.css" /> |
9 | </head> |
10 | <body class="fixedheight"> |
Newer
Older