cameri-old-retired on Nostr: Automatic language test (Golang): ``` import ( "fmt" "time" ) func f(from string) { ...
Automatic language test (Golang):
```
import (
"fmt"
"time"
)
func f(from string) {
for i := 0; i < 3; i++ {
fmt.Println(from, ":", i)
}
}
```
Published at
2022-01-21 03:34:27Event JSON
{
"id": "490bd9c756981ea1600bc7ae38361736686bc86fc5939c76e4e07f72f331f4f9",
"pubkey": "22e804d26ed16b68db5259e78449e96dab5d464c8f470bda3eb1a70467f2c793",
"created_at": 1642736067,
"kind": 1,
"tags": [
[
"e",
"2b0a8d67b7c1d6d1c0a4d5b6cd5d6d634a0595aa2cc2e9e7aa5d0ab36b54ec0b"
],
[
"e",
"2773279c587e9988bc9ab3a1bc02800ca8d57f6784ab8a69c4c3d4e4e05b8d05"
]
],
"content": "Automatic language test (Golang):\n\n```\nimport (\n \"fmt\"\n \"time\"\n)\n\nfunc f(from string) {\n for i := 0; i \u003c 3; i++ {\n fmt.Println(from, \":\", i)\n }\n}\n```",
"sig": "047643703a735299b9a74f40e58123508a54816978260686a28687709b78b5f6d0a9b07b6d7b6963a7cf3ad63944ff7a02abfde013caf53ad3b87acec5334ca2"
}