Log In / Sign Up

Hello, World!

WASDetchan, 2026-04-06 23:00, 2 weeks ago

This is the test article for testing and testing (and more testing)! Here's some go code:
go
type ArticleInfo struct {
	title  string
	author string // TODO: author should be user id
	date   time.Time
}
Here's some rust code:
rust
fn main() {
  println!("Hello, World!");
}
Here are some long logs:
plaintext
app-1       | 2026/04/06 17:51:36 ERROR [sessions] ERROR! err="securecookie: the value is not valid"
app-1       | [GIN] 2026/04/06 - 17:51:36 | 200 | 429.234µs |      172.19.0.4 | GET      "/"
app-1       | [GIN] 2026/04/06 - 17:51:36 | 304 | 258.611µs |      172.19.0.4 | GET      "/static/app.css"
app-1       | 2026/04/06 17:52:11 ERROR [sessions] ERROR! err="securecookie: the value is not valid"
app-1       | [GIN] 2026/04/06 - 17:52:11 | 200 |   9.83ms |      172.19.0.4 | GET      "/articles/hello_world"
app-1       | [GIN] 2026/04/06 - 17:52:12 | 200 | 681.244µs |      172.19.0.4 | GET      "/static/app.css"
app-1       | [GIN] 2026/04/06 - 17:52:12 | 404 |    9.3µs |      172.19.0.4 | GET      "/favicon.ico"
Here's some code with wrong language:
Couldn't highlight code: couldn't find lexer for "router" (hint: use "plaintext" for text)